mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
Merge pull request #1279 from dbu/remove-cmf-recipes
remove cmf recipes as the project is not maintained anymore
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
# 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
|
||||
router.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: null
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"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,6 +0,0 @@
|
||||
# Read the documentation: https://symfony.com/doc/master/cmf/bundles/seo/configuration.html
|
||||
cmf_seo:
|
||||
persistence:
|
||||
phpcr: null
|
||||
title: '%%content_title%% | Insert your base Title'
|
||||
description: '%%content_description%% Insert you base description here.'
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Symfony\\Cmf\\Bundle\\SeoBundle\\CmfSeoBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user