Fix kunstmaan/seo-bundle route config for 7.3 version (#1757)

This commit is contained in:
Jeroen Thora
2025-02-10 10:57:32 +01:00
committed by GitHub
parent 35aa18b559
commit 24c33297ae
2 changed files with 19 additions and 0 deletions

View 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

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Kunstmaan\\SeoBundle\\KunstmaanSeoBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}