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 75d27b6 commit 869e393Copy full SHA for 869e393
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
Template tag
88
------------
0 commit comments