Closed MacLake closed 1 month ago
Tiptap is the default config.
Others are totally experimental.
Add "djangocms_text.contrib.text_ckeditor5"
to installed apps and set TEXT_EDITOR = "djangocms_text.contrib.text_ckeditor5.ckeditor5"
.
Frankly, this is supported poorly only right now.
The README needs an update.
I've updated the readme and do close this issue now.
Following the instruction works perfectly for installing the package using CKEditor 5, but I am missing some more information how to go for another editor like TipTap, TinyMCE, Quill. Is it necessary to install additional packages? Okay, probably not, since they seem to be in
contrib
. What exactly do I have to add toINSTALLED_APPS
and what do I set asDJANGOCMS_TEXT_EDITOR
for the other editors?Besides, the link to the CMS_PLACEHOLDER_CONF docs is dead.