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
This plugin provide the ability to create multiple blocks of content, with various types of contents...
I've an issue when using django-ckeditor-5 as widget for "rich text" - feincms/django-content-editor#30 which looks like related with usage of django-ckeditor-5.
django-content-editor creates dynamically the formset field by hooking the formset:added JS event, it appears that django-ckeditor-5 use this hook in it initialization too, which break the django-content-editor mechanics.
Combination of django-content-editor with django-ckeditor-5 would be very powerful to create "small" CMS component.
Thanks !
The text was updated successfully, but these errors were encountered:
The problem is that django-ckeditor-5 handles the formset:added event incorrectly. I don't know why the incorrect JS prevents the content Editor JS from running. Details here: feincms/django-content-editor#30 (comment)
Hi,
I'm trying to use django-ckeditor-5 with django-content-editor
This plugin provide the ability to create multiple blocks of content, with various types of contents...
I've an issue when using django-ckeditor-5 as widget for "rich text" - feincms/django-content-editor#30 which looks like related with usage of django-ckeditor-5.
django-content-editor
creates dynamically the formset field by hooking theformset:added
JS event, it appears thatdjango-ckeditor-5
use this hook in it initialization too, which break thedjango-content-editor
mechanics.Combination of
django-content-editor
withdjango-ckeditor-5
would be very powerful to create "small" CMS component.Thanks !
The text was updated successfully, but these errors were encountered: