create recipe

This commit is contained in:
ElectricMaxxx
2017-09-08 18:59:05 +02:00
parent 76ee0b2bbe
commit 97e66b727e
3 changed files with 39 additions and 0 deletions
@@ -0,0 +1,28 @@
# Read the documentation: http://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
@@ -0,0 +1,3 @@
sitemaps:
prefix: /sitemaps
resource: "@CmfSeoBundle/Resources/config/routing/sitemap.xml"
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Symfony\\Cmf\\Bundle\\SeoBundle\\CmfSeoBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}