From 70c082ad8d2990e07b29d2762a9751d2a7cbd747 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Tue, 1 Oct 2024 22:41:55 +0200 Subject: [PATCH] Update readme --- README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e283205..455b059 100644 --- a/README.rst +++ b/README.rst @@ -51,8 +51,8 @@ default TipTap frontend), and set the editor you want to use: .. code-block:: python - INSTALLED_APPS = [..., "djangocms_text.contrib.text_ckeditor5", ...] - DJANGOCMS_TEXT_EDITOR = "djangocms_text.contrib.text_ckeditor5.ckeditor5" + INSTALLED_APPS = [..., "djangocms_text.contrib.text_ckeditor4", ...] + DJANGOCMS_TEXT_EDITOR = "djangocms_text.contrib.text_ckeditor4.ckeditor4" Upgrading from djangocms-text-ckeditor @@ -145,6 +145,9 @@ Example:: DJANGOCMS_TEXT_EDITOR = "djangocms_text.contrib.text_ckeditor5.ckeditor4" +Other rich text editors may be available, e.g. CKEditor 5 in ``extension_text_ckeditor5``. + + Inline editing feature ~~~~~~~~~~~~~~~~~~~~~~