Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Oct 1, 2024
1 parent a2966dc commit 70c082a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 70c082a

Please sign in to comment.