reciepe for symfony-cmf/routing-bundle

base reciepe for routing bundle including

do not enable phpcr depending configuration by default

add missing #

do not add framework configuration

re add templating configuration

remove template configuration

remove empty lines in configuration
This commit is contained in:
ElectricMaxxx
2017-09-28 06:07:29 +02:00
parent 76ee0b2bbe
commit 573fda2b83
2 changed files with 19 additions and 0 deletions
@@ -0,0 +1,11 @@
# Read the documentation: https://symfony.com/doc/master/cmf/bundles/routing/configuration.html
# Install phpcr stack before using this configuration
#cmf_routing:
# chain:
# routers_by_id:
# cmf_routing.dynamic_router: 200
# router.default: 100
# dynamic:
# persistence:
# phpcr:
# enabled: true
@@ -0,0 +1,8 @@
{
"bundles": {
"Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}