We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1827763 commit f1df21aCopy full SHA for f1df21a
README.rst
@@ -41,12 +41,10 @@ settings:
41
42
INSTALLED_APPS = [..., "djangocms_text_ckeditor5", ...]
43
44
-Add an editor frontend to your installed apps (if different from the
45
-default TipTap frontend), and set the editor you want to use:
+and set the editor you want to use:
46
47
.. code-block:: python
48
49
- INSTALLED_APPS = [..., "djangocms_text_ckeditor5", ...]
50
TEXT_EDITOR = "djangocms_text_ckeditor5.ckeditor5"
51
52
0 commit comments