We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de97346 commit a26c443Copy full SHA for a26c443
README.rst
@@ -82,7 +82,7 @@ to edit the snippet content. You can customize the
82
If dynamic content is inserted (for example ``{% show_menu ... %}``), the plugin cache must be disabled,
83
please set ``DJANGOCMS_SNIPPET_CACHE`` to ``False`` in your settings::
84
85
- DJANGOCMS_SNIPPET_CACHE = False # default value is True
+ DJANGOCMS_SNIPPET_CACHE = False # default value is False
86
87
Migration 0010 requires the use of a user in order to create versions for existing snippets (if djangocms_versioning is installed and enabled),
88
a user can be chosen with the setting ``DJANGOCMS_SNIPPET_VERSIONING_MIGRATION_USER_ID``, the default is 1.
0 commit comments