mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
21 lines
1.0 KiB
YAML
21 lines
1.0 KiB
YAML
# persistence is configured through propagation of core-bundle's configuration: https://symfony.com/doc/current/cmf/bundles/core/configuration.html#persistence
|
|
# So core-bundle, menu-bundle, block-bundle and routing bundle can be configured on their own too. Have a look at:
|
|
# menu-bundle: https://symfony.com/doc/current/cmf/bundles/menu/configuration.html
|
|
# block-bundle: https://symfony.com/doc/current/cmf/bundles/block/configuration.html
|
|
# content-bundle: https://symfony.com/doc/current/cmf/bundles/content/configuration.html
|
|
# routing-bundle: https://symfony.com/doc/current/cmf/bundles/routing/configuration.html
|
|
# for their specific configuration
|
|
|
|
cmf_routing:
|
|
chain:
|
|
routers_by_id:
|
|
cmf_routing.dynamic_router: 200
|
|
routder.default: 100
|
|
|
|
cmf_core:
|
|
# content-bundle, menu-bundle, block-bundle and routing-bundle will get same persistence configduration as core
|
|
# read about configuration: https://symfony.com/doc/current/cmf/bundles/core/configuration.html
|
|
persistence:
|
|
phpcr: ~
|
|
|