Skip to content

Commit 8985ea4

Browse files
committed
Update readme
1 parent d6677a3 commit 8985ea4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,21 @@ Configuration
6464

6565
django 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,

0 commit comments

Comments
 (0)