Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editor.css is no longer used #68

Open
robbieaverill opened this issue May 1, 2019 · 1 comment
Open

editor.css is no longer used #68

robbieaverill opened this issue May 1, 2019 · 1 comment

Comments

@robbieaverill
Copy link
Contributor

In SilverStripe 4.x the simple theme is not enabled for HTMLEditorConfig any longer, so the rule in the file is not applied to TinyMCE instances in the CMS any longer:

/**
 * This support file is used to style the WYSIWYG editor in the CMS
 */

@import "typography.css?2";
body.mceContentBody{font-size:13px;}

We may consider either removing the file or re-enabling it again.

@dnsl48
Copy link
Contributor

dnsl48 commented Jun 7, 2019

the rule in the file is not applied to TinyMCE instances in the CMS any longer

Even if the CMS doesn't use it anymore, removing this would be a breaking change though?
I guess 3rd party projects still might be using it in some ways.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants