Skip to content

Commit a46a604

Browse files
Update README.rst (#195)
Co-authored-by: Fabian Braun <fsbraun@gmx.de>
1 parent eaf65e7 commit a46a604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ django CMS 4 and later
9595
If you use djangocms-versioning or djangocms-moderation, you can have snippets versioned and moderated by
9696
adding the following to your settings::
9797

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

101101
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.
102102

0 commit comments

Comments
 (0)