Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Oct 2, 2024
1 parent 29c4c1a commit 556b0f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ settings:

.. code-block:: python
INSTALLED_APPS = [..., "extension-djangocms_text_ckeditor5-ckeditor5", ...]
INSTALLED_APPS = [..., "djangocms_text_ckeditor5", ...]
Add an editor frontend to your installed apps (if different from the
default TipTap frontend), and set the editor you want to use:

.. code-block:: python
INSTALLED_APPS = [..., "extension_text_ckeditor5", ...]
INSTALLED_APPS = [..., "djangocms_text_ckeditor5", ...]
DJANGOCMS_TEXT_EDITOR = "djangocms_text_ckeditor5.ckeditor5"
Expand Down

0 comments on commit 556b0f5

Please sign in to comment.