Skip to content

Commit 313f8cd

Browse files
authored
Clean up README formatting and remove blank lines
Removed extra blank lines and adjusted formatting in the README.
1 parent 8985ea4 commit 313f8cd

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
****************
42
django CMS Alias
53
****************
@@ -64,21 +62,21 @@ Configuration
6462

6563
django CMS Alias provides several Django settings to control its behavior:
6664

67-
`STATIC_ALIAS_EDITING_ENABLED`
65+
``STATIC_ALIAS_EDITING_ENABLED``
6866
Default: ``True``
6967

7068
Controls whether static aliases can be edited directly on frontend editable objects
7169
(such as pages) that include the ``{% static_alias %}`` template tag. When set to ``False``,
7270
static aliases will only be visible in the structure board but not editable in context.
7371

74-
`VERSIONING_ALIAS_MODELS_ENABLED`
72+
``VERSIONING_ALIAS_MODELS_ENABLED``
7573
Default: ``True`` (if djangocms-versioning is installed)
7674

7775
Enables versioning support for alias models when djangocms-versioning is available. When enabled,
7876
aliases support draft/published workflows, version history, and proper content lifecycle management.
7977
Set to ``False`` to disable versioning for aliases even if djangocms-versioning is installed.
8078

81-
`MODERATING_ALIAS_MODELS_ENABLED`
79+
``MODERATING_ALIAS_MODELS_ENABLED``
8280
Default: ``True`` (if djangocms-moderation is installed)
8381

8482
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
154152

155153
.. |CmsVersion| image:: https://img.shields.io/pypi/frameworkversions/django-cms/djangocms-alias.svg?style=flat-square
156154
:target: https://pypi.python.org/pypi/djangocms-alias
157-
:alt: django CMS versions
155+
:alt: django CMS versions

0 commit comments

Comments
 (0)