From 4987c1c48d5cf23a25ae758c277c8a8b3fe5a926 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Sun, 29 Sep 2024 22:08:32 +0200 Subject: [PATCH] Update ckeditor5 config --- djangocms_text/contrib/text_ckeditor5/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/djangocms_text/contrib/text_ckeditor5/__init__.py b/djangocms_text/contrib/text_ckeditor5/__init__.py index 2678d8c..12495ef 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, )