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

Commit 4594645

Browse files
committed
Fix typo in cmf_menu configuration
removes an invalid config option
1 parent 50c7929 commit 4594645

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

bundles/menu/sonata_admin.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,13 @@ select the menu node target.
2424
2525
# app/config/config.yml
2626
cmf_menu:
27-
dynamic:
28-
persistence:
29-
phpcr:
30-
# use true/false to force using / not using sonata admin
31-
use_sonata_admin: auto
32-
33-
# used with Sonata Admin to manage content; defaults to %cmf_core.basepath%/content
34-
content_basepath: ~
27+
persistence:
28+
phpcr:
29+
# use true/false to force using / not using sonata admin
30+
use_sonata_admin: auto
31+
32+
# used with Sonata Admin to manage content; defaults to %cmf_core.basepath%/content
33+
content_basepath: ~
3534
3635
.. code-block:: xml
3736

0 commit comments

Comments
 (0)