Open csuhta opened 8 years ago
Will there be backwards incompatible changes introduced? For example, I know of a project where we customized the Markdown editor, adding new toolbar buttons and stuff. Just wondering, thanks!
@defbyte Very likely. This will probably be part of Tolaria 3.0 or higher.
Some Tolaria features (the login form, a few of the JS form elements) use inline CSS styles, which preclude you from using the admin with a
Content-Security-Policy
unless you set the undesirable'unsafe-inline'
directive.Refactor the UI elements so that they use CSS classes to manage their appearance, rather than inline styles. As a warning: we also have to move away from jQuery's
hide()
andshow()
because those use inline styles.