diff --git a/djangocms_text/contrib/text_ckeditor5/__init__.py b/djangocms_text/contrib/text_ckeditor5/__init__.py index 2678d8c4..12495ef9 100644 --- a/djangocms_text/contrib/text_ckeditor5/__init__.py +++ b/djangocms_text/contrib/text_ckeditor5/__init__.py @@ -6,4 +6,5 @@ config="CKEDITOR5", js=("djangocms_text/bundles/bundle.ckeditor5.min.js",), css={"all": ("djangocms_text/css/cms.ckeditor5.css",)}, + inline_editing=True, )