Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ django CMS 4 and later
If you use djangocms-versioning or djangocms-moderation, you can have snippets versioned and moderated by
adding the following to your settings::

DJANGOCMS_SNIPPET_VERSIONING = True # Set to version with djangocms-versioning
DJANGOCMS_SNIPPET_MODERATION = True # Set to moderate with djangocms-moderation
DJANGOCMS_SNIPPET_VERSIONING_ENABLED = True # Set to version with djangocms-versioning
DJANGOCMS_SNIPPET_MODERATION_ENABLED = True # Set to moderate with djangocms-moderation

If you enable versioning (e.g., set `DJANGOCMS_SNIPPET_VERSIONING = True`) for djangocms-snippets in a project that already contains snippets, you will need to create `Version` objects for those existing snippets using the `create_version` management command provided by djangocms-versioning.

Expand Down
Loading