Added loegout-seo bundle

This commit is contained in:
leogout
2017-09-30 16:13:13 +02:00
parent dba9f9ec2f
commit 32c6186b55
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,9 @@
leogout_seo:
# By default, the SEO generators services are not loaded if you don't configure them. The following default configuration
# loads the services but they won't render anything.
# See https://github.com/leogout/SeoBundle#configuration-reference to configure them.
# See https://github.com/leogout/SeoBundle#setting-values-dynamically to use them directly in your controller.
general: ~
basic: ~
og: ~
twitter: ~
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Leogout\\Bundle\\SeoBundle\\LeogoutSeoBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}