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"