We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f5baec + cd1204d commit 62655a5Copy full SHA for 62655a5
project_name/settings.py-tpl
@@ -50,7 +50,7 @@ INSTALLED_APPS = [
50
'cms',
51
'menus',
52
53
- 'djangocms_text_ckeditor',
+ 'djangocms_text',
54
'djangocms_alias',
55
'djangocms_versioning',
56
@@ -212,7 +212,7 @@ CMS_PERMISSION = True
212
213
X_FRAME_OPTIONS = 'SAMEORIGIN'
214
215
-# Enable inline editing with djangocms-text-ckeditor
+# Enable inline editing with djangocms-text
216
# https://github.com/django-cms/djangocms-text#inline-editing-feature
217
218
TEXT_INLINE_EDITING = True
requirements.in
@@ -2,5 +2,5 @@ djangocms-versioning
2
djangocms-alias
3
djangocms-frontend
4
django-filer
5
-djangocms-text-ckeditor
+djangocms-text
6
django-fsm<3
0 commit comments