mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
create pack for symfony-cmf using doctrine phpcr with its dbal implementation
This commit is contained in:
@@ -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%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user