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
Hello! My website uses django-modeltranslation to support different languages. Also I want to use django-ckeditor-5 for generate rich text content. However, on trying to attach django-ckeditor-5 to my site, I got the following error:
django.core.exceptions.ImproperlyConfigured: CKEditor5Field is not supported by modeltranslation.
As I understand, the django-modeltranslation doesn't work with the field type 'CKEditor5Field'.
Is it possible to add support of CKEditor5Field field type to django-modetranslation?
The text was updated successfully, but these errors were encountered:
To use the CKEditor5Field with django-modeltranslation, you can add it to the MODELTRANSLATION_CUSTOM_FIELDS setting. This will add support for the field to be translated in the model.
Hello! My website uses django-modeltranslation to support different languages. Also I want to use django-ckeditor-5 for generate rich text content. However, on trying to attach django-ckeditor-5 to my site, I got the following error:
django.core.exceptions.ImproperlyConfigured: CKEditor5Field is not supported by modeltranslation.
As I understand, the django-modeltranslation doesn't work with the field type 'CKEditor5Field'.
Is it possible to add support of CKEditor5Field field type to django-modetranslation?
The text was updated successfully, but these errors were encountered: