You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
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