This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,9 @@ The standard menu node implements ``PublishTimePeriodInterface`` and
114
114
``PublishableInterface ``. Please refer to the
115
115
:doc: `publish workflow documentation <../core/publish_workflow >`.
116
116
117
- The CmfMenuBundle has a `MenuContentVoter `, this voter decides that a menu node
118
- is not published if the content it is pointing to is not published.
117
+ .. versionadded :: 1.1
118
+ The ``MenuContentVoter `` was added in CmfMenuBundle 1.1. This voter decides
119
+ that a menu node is not published if the content it is pointing to is not
120
+ published.
119
121
120
122
.. _`Creating Menus: The Basics` : https://github.com/KnpLabs/KnpMenu/blob/1.1.x/doc/01-Basic-Menus.markdown
Original file line number Diff line number Diff line change @@ -60,5 +60,7 @@ The CMF menu factory also determines if menu nodes are published and therefore
60
60
visible by use of the :doc: `publish workflow checker
61
61
<../core/publish_workflow>`.
62
62
63
- The CmfMenuBundle has a `MenuContentVoter `, this voter decides that a menu node
64
- is not published if the content it is pointing to is not published.
63
+ .. versionadded :: 1.1
64
+ The ``MenuContentVoter `` was added in CmfMenuBundle 1.1. This voter decides
65
+ that a menu node is not published if the content it is pointing to is not
66
+ published.
Original file line number Diff line number Diff line change @@ -236,6 +236,9 @@ Enable the :ref:`bundles_menu_voters_uri_prefix_voter`.
236
236
publish_workflow
237
237
~~~~~~~~~~~~~~~~
238
238
239
+ .. versionadded :: 1.1
240
+ The ``publish_workflow `` option was introduced in CmfMenuBundle 1.1.
241
+
239
242
This configures if the menu content voter for the publish workflow should be
240
243
disabled, by default it is enabled if the :doc: `CoreBundle <../../bundles/core/index >`
241
244
is registered, and the ``cmf_core.publish_workflow `` is enabled.
You can’t perform that action at this time.
0 commit comments