Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 1f10e8b

Browse files
committed
fixed wrong prefix for publish workflow configuration
1 parent d7c26ab commit 1f10e8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bundles/menu/configuration.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ To disable the menu content voter, use:
270270

271271
.. code-block:: yaml
272272
273-
cmf_menu:
273+
cmf_core:
274274
publish_workflow:
275275
enabled: false
276276
@@ -279,7 +279,7 @@ To disable the menu content voter, use:
279279
<?xml version="1.0" charset="UTF-8" ?>
280280
<container xmlns="http://symfony.com/schema/dic/services">
281281
282-
<config xmlns="http://cmf.symfony.com/schema/dic/menu">
282+
<config xmlns="http://cmf.symfony.com/schema/dic/core">
283283
<publish-workflow
284284
enabled="false"
285285
/>
@@ -288,7 +288,7 @@ To disable the menu content voter, use:
288288
289289
.. code-block:: php
290290
291-
$container->loadFromExtension('cmf_menu', array(
291+
$container->loadFromExtension('cmf_core', array(
292292
'publish_workflow' => array(
293293
'enabled' => false,
294294
),

0 commit comments

Comments
 (0)