File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,21 +64,21 @@ Configuration
6464
6565django CMS Alias provides several Django settings to control its behavior:
6666
67- ** STATIC_ALIAS_EDITING_ENABLED **
67+ ` STATIC_ALIAS_EDITING_ENABLED `
6868 Default: ``True ``
6969
7070 Controls whether static aliases can be edited directly on frontend editable objects
7171 (such as pages) that include the ``{% static_alias %} `` template tag. When set to ``False ``,
7272 static aliases will only be visible in the structure board but not editable in context.
7373
74- ** VERSIONING_ALIAS_MODELS_ENABLED **
74+ ` VERSIONING_ALIAS_MODELS_ENABLED `
7575 Default: ``True `` (if djangocms-versioning is installed)
7676
7777 Enables versioning support for alias models when djangocms-versioning is available. When enabled,
7878 aliases support draft/published workflows, version history, and proper content lifecycle management.
7979 Set to ``False `` to disable versioning for aliases even if djangocms-versioning is installed.
8080
81- ** MODERATING_ALIAS_MODELS_ENABLED **
81+ ` MODERATING_ALIAS_MODELS_ENABLED `
8282 Default: ``True `` (if djangocms-moderation is installed)
8383
8484 Enables moderation workflows for alias models when djangocms-moderation is available. When enabled,
You can’t perform that action at this time.
0 commit comments