We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This change breaks the default behavior that one can add a bodyClass in the CKEDITOR_SETTINGS in settings.py
CKEDITOR_SETTINGS = { 'bodyClass': 'editor-body' }
workaround: reverting to a version before 4.0.0 solves the issue.
PR opened: #579
The text was updated successfully, but these errors were encountered:
Fix: Changlog for #578
0c17173
Solved with #579
Sorry, something went wrong.
Fix: Changlog for #578 (#621)
f1b5c9d
No branches or pull requests
This change breaks the default behavior that one can add a bodyClass in the CKEDITOR_SETTINGS in settings.py
CKEDITOR_SETTINGS = {
'bodyClass': 'editor-body'
}
workaround: reverting to a version before 4.0.0 solves the issue.
PR opened: #579
The text was updated successfully, but these errors were encountered: