From 32c6186b55d32b034ffb52cf6e40cd2e7b73a777 Mon Sep 17 00:00:00 2001 From: leogout Date: Sat, 30 Sep 2017 16:13:13 +0200 Subject: [PATCH] Added loegout-seo bundle --- leogout/seo-bundle/1.0/config/packages/leogout_seo.yaml | 9 +++++++++ leogout/seo-bundle/1.0/manifest.json | 8 ++++++++ 2 files changed, 17 insertions(+) create mode 100644 leogout/seo-bundle/1.0/config/packages/leogout_seo.yaml create mode 100644 leogout/seo-bundle/1.0/manifest.json diff --git a/leogout/seo-bundle/1.0/config/packages/leogout_seo.yaml b/leogout/seo-bundle/1.0/config/packages/leogout_seo.yaml new file mode 100644 index 00000000..ff69a4d6 --- /dev/null +++ b/leogout/seo-bundle/1.0/config/packages/leogout_seo.yaml @@ -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: ~ diff --git a/leogout/seo-bundle/1.0/manifest.json b/leogout/seo-bundle/1.0/manifest.json new file mode 100644 index 00000000..3aff18cf --- /dev/null +++ b/leogout/seo-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Leogout\\Bundle\\SeoBundle\\LeogoutSeoBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}