From 1d9505a6a08f92d382bd023c152f8f392586408e Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Thu, 16 Sep 2021 16:51:41 +0200 Subject: [PATCH] remove cmf recipes as the project is not maintained anymore --- .../1.0/config/packages/cmf_phpcr_dbal.yaml | 20 ------------------- .../cmf-phpcr-dbal-pack/1.0/manifest.json | 12 ----------- .../2.0/config/packages/cmf_seo_bundle.yaml | 6 ------ symfony-cmf/seo-bundle/2.0/manifest.json | 8 -------- 4 files changed, 46 deletions(-) delete mode 100644 symfony-cmf/cmf-phpcr-dbal-pack/1.0/config/packages/cmf_phpcr_dbal.yaml delete mode 100644 symfony-cmf/cmf-phpcr-dbal-pack/1.0/manifest.json delete mode 100644 symfony-cmf/seo-bundle/2.0/config/packages/cmf_seo_bundle.yaml delete mode 100644 symfony-cmf/seo-bundle/2.0/manifest.json diff --git a/symfony-cmf/cmf-phpcr-dbal-pack/1.0/config/packages/cmf_phpcr_dbal.yaml b/symfony-cmf/cmf-phpcr-dbal-pack/1.0/config/packages/cmf_phpcr_dbal.yaml deleted file mode 100644 index a99fafd9..00000000 --- a/symfony-cmf/cmf-phpcr-dbal-pack/1.0/config/packages/cmf_phpcr_dbal.yaml +++ /dev/null @@ -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 - diff --git a/symfony-cmf/cmf-phpcr-dbal-pack/1.0/manifest.json b/symfony-cmf/cmf-phpcr-dbal-pack/1.0/manifest.json deleted file mode 100644 index 33752b94..00000000 --- a/symfony-cmf/cmf-phpcr-dbal-pack/1.0/manifest.json +++ /dev/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%/" - } -} diff --git a/symfony-cmf/seo-bundle/2.0/config/packages/cmf_seo_bundle.yaml b/symfony-cmf/seo-bundle/2.0/config/packages/cmf_seo_bundle.yaml deleted file mode 100644 index 70164cc8..00000000 --- a/symfony-cmf/seo-bundle/2.0/config/packages/cmf_seo_bundle.yaml +++ /dev/null @@ -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.' diff --git a/symfony-cmf/seo-bundle/2.0/manifest.json b/symfony-cmf/seo-bundle/2.0/manifest.json deleted file mode 100644 index 2cdf736b..00000000 --- a/symfony-cmf/seo-bundle/2.0/manifest.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "bundles": { - "Symfony\\Cmf\\Bundle\\SeoBundle\\CmfSeoBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } -}