Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Dec 8, 2024
1 parent df9a540 commit 1fd3132
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ default TipTap frontend), and set the editor you want to use:
.. code-block:: python
INSTALLED_APPS = [..., "djangocms_text.contrib.text_ckeditor4", ...]
DJANGOCMS_TEXT_EDITOR = "djangocms_text.contrib.text_ckeditor4.ckeditor4"
TEXT_EDITOR = "djangocms_text.contrib.text_ckeditor4.ckeditor4"
Upgrading from djangocms-text-ckeditor
Expand Down Expand Up @@ -134,7 +134,7 @@ Rich text editor selection
~~~~~~~~~~~~~~~~~~~~~~~~~~

To select a rich text editor, add the editor's package to your ``INSTALLED_APPS`` and
add the setting ``DJANGOCMS_TEXT_EDITOR`` to point to the editor's ``RTEConfig`` path.
add the setting ``TEXT_EDITOR`` to point to the editor's ``RTEConfig`` path.

Example::

Expand All @@ -144,7 +144,7 @@ Example::
...
]

DJANGOCMS_TEXT_EDITOR = "djangocms_text.contrib.text_ckeditor5.ckeditor4"
TEXT_EDITOR = "djangocms_text.contrib.text_ckeditor4.ckeditor4"



Expand Down

0 comments on commit 1fd3132

Please sign in to comment.