diff --git a/kunstmaan/seo-bundle/7.3/config/routes/kunstmaan_seo.yaml b/kunstmaan/seo-bundle/7.3/config/routes/kunstmaan_seo.yaml new file mode 100644 index 00000000..38e721b8 --- /dev/null +++ b/kunstmaan/seo-bundle/7.3/config/routes/kunstmaan_seo.yaml @@ -0,0 +1,11 @@ +KunstmaanSeoBundle: + resource: "@KunstmaanSeoBundle/Resources/config/routing.yml" + # If your site is not multi language, remove the "{_locale}/" part of prefix and requirements + prefix: /{_locale}/ + requirements: + _locale: "%kunstmaan_admin.required_locales%" + +# Robots.txt +KunstmaanSeoBundle_robots: + resource: "@KunstmaanSeoBundle/Controller/RobotsController.php" + type: attribute diff --git a/kunstmaan/seo-bundle/7.3/manifest.json b/kunstmaan/seo-bundle/7.3/manifest.json new file mode 100644 index 00000000..78f15039 --- /dev/null +++ b/kunstmaan/seo-bundle/7.3/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Kunstmaan\\SeoBundle\\KunstmaanSeoBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}