mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
remove some config and non default routing
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user