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

Error when using with django-content-editor #253

Closed
frague59 opened this issue Sep 30, 2024 · 2 comments
Closed

Error when using with django-content-editor #253

frague59 opened this issue Sep 30, 2024 · 2 comments

Comments

@frague59
Copy link
Contributor

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 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 !

@matthiask
Copy link

matthiask commented Sep 30, 2024

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)

@frague59
Copy link
Contributor Author

Can you please create a release on pypi ?

@hvlads hvlads closed this as completed Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants