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 29c4c1a commit 556b0f5Copy full SHA for 556b0f5
README.rst
@@ -39,14 +39,14 @@ settings:
39
40
.. code-block:: python
41
42
- INSTALLED_APPS = [..., "extension-djangocms_text_ckeditor5-ckeditor5", ...]
+ 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:
46
47
48
49
- INSTALLED_APPS = [..., "extension_text_ckeditor5", ...]
50
DJANGOCMS_TEXT_EDITOR = "djangocms_text_ckeditor5.ckeditor5"
51
52
0 commit comments