Skip to content

Commit

Permalink
feat: settings allow deleting versions and pages
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Nov 6, 2024
1 parent 366f0fd commit 9ba81b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion project_name/settings.py-tpl
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,15 @@ CMS_PERMISSION = True
X_FRAME_OPTIONS = 'SAMEORIGIN'

# Enable inline editing with djangocms-text-ckeditor
# https://github.com/django-cms/djangocms-text-ckeditor#inline-editing-feature
# https://github.com/django-cms/djangocms-text#inline-editing-feature

TEXT_INLINE_EDITING = True

# Allow deletion of version objects
# https://djangocms-versioning.readthedocs.io/en/latest/settings.html#DJANGOCMS_VERSIONING_ALLOW_DELETING_VERSIONS

DJANGOCMS_VERSIONING_ALLOW_DELETING_VERSIONS = True

# Add project-wide static files directory
# https://docs.djangoproject.com/en/{{ docs_version }}/ref/settings/#staticfiles-dirs

Expand Down

0 comments on commit 9ba81b8

Please sign in to comment.