create pack for symfony-cmf using doctrine phpcr with its dbal implementation

This commit is contained in:
ElectricMaxxx
2018-03-23 23:47:45 +01:00
parent f183e5f6c2
commit 5b99c7327c
4 changed files with 36 additions and 19 deletions
@@ -0,0 +1,24 @@
framework:
templating: { engines: ['twig'] }
cmf_menu:
persistence:
phpcr: ~
cmf_routing:
chain:
routers_by_id:
cmf_routing.dynamic_router: 200
router.default: 100
dynamic:
persistence:
phpcr:
enabled: true
cmf_content:
persistence:
phpcr: ~
cmf_core:
multilang:
locales: [en,de]
@@ -0,0 +1,12 @@
{
"bundles": {
"Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle": ["all"],
"Symfony\\Cmf\\Bundle\\MenuBundle\\CmfMenuBundle": ["all"],
"Symfony\\Cmf\\Bundle\\CoreBundle\\CmfCoreBundle": ["all"],
"Symfony\\Cmf\\Bundle\\ContentBundle\\CmfContentBundle": ["all"],
"Symfony\\Cmf\\Bundle\\BlockBundle\\CmfBlockBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -1,11 +0,0 @@
# 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
@@ -1,8 +0,0 @@
{
"bundles": {
"Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}