|
1 | | - |
2 | | - |
3 | 1 | **************** |
4 | 2 | django CMS Alias |
5 | 3 | **************** |
@@ -64,21 +62,21 @@ Configuration |
64 | 62 |
|
65 | 63 | django CMS Alias provides several Django settings to control its behavior: |
66 | 64 |
|
67 | | -`STATIC_ALIAS_EDITING_ENABLED` |
| 65 | +``STATIC_ALIAS_EDITING_ENABLED`` |
68 | 66 | Default: ``True`` |
69 | 67 |
|
70 | 68 | Controls whether static aliases can be edited directly on frontend editable objects |
71 | 69 | (such as pages) that include the ``{% static_alias %}`` template tag. When set to ``False``, |
72 | 70 | static aliases will only be visible in the structure board but not editable in context. |
73 | 71 |
|
74 | | -`VERSIONING_ALIAS_MODELS_ENABLED` |
| 72 | +``VERSIONING_ALIAS_MODELS_ENABLED`` |
75 | 73 | Default: ``True`` (if djangocms-versioning is installed) |
76 | 74 |
|
77 | 75 | Enables versioning support for alias models when djangocms-versioning is available. When enabled, |
78 | 76 | aliases support draft/published workflows, version history, and proper content lifecycle management. |
79 | 77 | Set to ``False`` to disable versioning for aliases even if djangocms-versioning is installed. |
80 | 78 |
|
81 | | -`MODERATING_ALIAS_MODELS_ENABLED` |
| 79 | +``MODERATING_ALIAS_MODELS_ENABLED`` |
82 | 80 | Default: ``True`` (if djangocms-moderation is installed) |
83 | 81 |
|
84 | 82 | Enables moderation workflows for alias models when djangocms-moderation is available. When enabled, |
@@ -154,4 +152,4 @@ For the plugin to work out of the box ``{% block content %}`` is expected to exi |
154 | 152 |
|
155 | 153 | .. |CmsVersion| image:: https://img.shields.io/pypi/frameworkversions/django-cms/djangocms-alias.svg?style=flat-square |
156 | 154 | :target: https://pypi.python.org/pypi/djangocms-alias |
157 | | - :alt: django CMS versions |
| 155 | + :alt: django CMS versions |
0 commit comments