mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Fix kunstmaan/seo-bundle route config for 7.3 version (#1757)
This commit is contained in:
11
kunstmaan/seo-bundle/7.3/config/routes/kunstmaan_seo.yaml
Normal file
11
kunstmaan/seo-bundle/7.3/config/routes/kunstmaan_seo.yaml
Normal file
@@ -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
|
||||
8
kunstmaan/seo-bundle/7.3/manifest.json
Normal file
8
kunstmaan/seo-bundle/7.3/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Kunstmaan\\SeoBundle\\KunstmaanSeoBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user