What are you trying to do?
Add a menu for adding CSS classes or customizing the formatting options with CSS classes. Our use case is decoupling the styling of elements from the HTML tag used for better accessibility and SEO handling. For instance, we may want to render text large but don't necessarily want the tag to be an H1.
What's your proposed solution?
I'd love a seperate pulldown menu of CSS classes like how formatting options is implemented. The styling of those classes could supplied as part of the configuration file or maybe stored in a CSS file that is loaded from a special location, like /web/vizy.css.
What are you trying to do? Add a menu for adding CSS classes or customizing the formatting options with CSS classes. Our use case is decoupling the styling of elements from the HTML tag used for better accessibility and SEO handling. For instance, we may want to render text large but don't necessarily want the tag to be an H1.
What's your proposed solution? I'd love a seperate pulldown menu of CSS classes like how formatting options is implemented. The styling of those classes could supplied as part of the configuration file or maybe stored in a CSS file that is loaded from a special location, like /web/vizy.css.