In Froala (v3.1.0), my configuration includes dropdowns for types of unordered lists: https://i.imgur.com/0WoQPhe.png
I want to, when a list type other than 'default' is picked, add an extra CSS class onto the ul. It's the same class for all three - it just clears out some conflicting styles that are elsewhere.
I'd also accept being able to just render a div around the ul that has my CSS class, or (less optimally) add a custom CSS class to the 'default' option, but I don't know how to do that either.
I'm fine configuring it separately for each of the other 3 'options' if necessary, I just don't know how.
I'm entirely new to Froala customization, so please bear with me if I have to ask questions about your suggestions.
The Froala JS is local, so I can hand-edit it if absolutely necessary, but obviously I'd prefer to use a plugin or put something in configurations["default"] = { } if possible.