Closed sveetch closed 5 years ago
In fact, every TextEditorWidget widgets use the config name "HTMLField" on default, so it can easily be fixed if you duplicate the base config to the "HTMLField" one :
CKEDITOR_SETTINGS["toolbar_HTMLField"] = CKEDITOR_SETTINGS["toolbar_CMS"]
Finally it is not really a bug but a correct behavior, i'm not sure i should try to change it with complicated solution. I may instead, document it, i keep this issue opened to remember it.
TextEditorWidget widget used in Hero, Card and SlideItem does not use the CKeditor config from djangocms-ckeditor.