We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 366f0fd + 9ba81b8 commit 7f5baecCopy full SHA for 7f5baec
project_name/settings.py-tpl
@@ -213,10 +213,15 @@ CMS_PERMISSION = True
213
X_FRAME_OPTIONS = 'SAMEORIGIN'
214
215
# Enable inline editing with djangocms-text-ckeditor
216
-# https://github.com/django-cms/djangocms-text-ckeditor#inline-editing-feature
+# https://github.com/django-cms/djangocms-text#inline-editing-feature
217
218
TEXT_INLINE_EDITING = True
219
220
+# Allow deletion of version objects
221
+# https://djangocms-versioning.readthedocs.io/en/latest/settings.html#DJANGOCMS_VERSIONING_ALLOW_DELETING_VERSIONS
222
+
223
+DJANGOCMS_VERSIONING_ALLOW_DELETING_VERSIONS = True
224
225
# Add project-wide static files directory
226
# https://docs.djangoproject.com/en/{{ docs_version }}/ref/settings/#staticfiles-dirs
227
0 commit comments