remove some config and non default routing

This commit is contained in:
ElectricMaxxx
2017-09-08 21:08:36 +02:00
parent 218096b764
commit 7d54d6be64
2 changed files with 4 additions and 29 deletions
@@ -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%%
@@ -1,3 +0,0 @@
sitemaps:
prefix: /sitemaps
resource: "@CmfSeoBundle/Resources/config/routing/sitemap.xml"