From 24c33297aeec58fc3a9a601a1f7ac1b70c56c307 Mon Sep 17 00:00:00 2001 From: Jeroen Thora Date: Mon, 10 Feb 2025 10:57:32 +0100 Subject: [PATCH] Fix kunstmaan/seo-bundle route config for 7.3 version (#1757) --- .../seo-bundle/7.3/config/routes/kunstmaan_seo.yaml | 11 +++++++++++ kunstmaan/seo-bundle/7.3/manifest.json | 8 ++++++++ 2 files changed, 19 insertions(+) create mode 100644 kunstmaan/seo-bundle/7.3/config/routes/kunstmaan_seo.yaml create mode 100644 kunstmaan/seo-bundle/7.3/manifest.json 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%/" + } +}