From 7d54d6be6476c2ba010e619b64e99cd283cede78 Mon Sep 17 00:00:00 2001 From: ElectricMaxxx Date: Fri, 8 Sep 2017 21:08:36 +0200 Subject: [PATCH] remove some config and non default routing --- .../2.0/config/packages/cmf_seo_bundle.yaml | 30 +++---------------- .../2.0/config/routes/cmf_seo_bundle.yaml | 3 -- 2 files changed, 4 insertions(+), 29 deletions(-) delete mode 100644 symfony-cmf/seo-bundle/2.0/config/routes/cmf_seo_bundle.yaml 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 index f4583157..19280078 100644 --- 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 @@ -1,28 +1,6 @@ # Read the documentation: https://symfony.com/doc/master/cmf/bundles/seo/configuration.html cmf_seo: -# persistence: -# phpcr: -# enabled: true -# title: %%content_title%% | Symfony2 CMF -# description: The Symfony2 Content Management Framework. %%content_description%% -# sitemap: -# enabled: true -# defaults: -# default_change_frequency: always -# templates: -# html: :sitemap/index.html.twig -# xml: ::sitemap:index.xml.twig -# loaders: -# - _all -# guessers: -# - _all -# voters: -# - _all -# configurations: -# sitemap: ~ -# error: -# exclusion_rules: -# - { path: ^/admin } -# alternate_locale: -# enabled: true -# provider_id: app.alternate_locale.provider + persistence: + phpcr: ~ + title: %%content_title%% | Symfony2 CMF + description: The Symfony2 Content Management Framework. %%content_description%% diff --git a/symfony-cmf/seo-bundle/2.0/config/routes/cmf_seo_bundle.yaml b/symfony-cmf/seo-bundle/2.0/config/routes/cmf_seo_bundle.yaml deleted file mode 100644 index 7769bf75..00000000 --- a/symfony-cmf/seo-bundle/2.0/config/routes/cmf_seo_bundle.yaml +++ /dev/null @@ -1,3 +0,0 @@ -sitemaps: - prefix: /sitemaps - resource: "@CmfSeoBundle/Resources/config/routing/sitemap.xml"