Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-02-10 09:57:51 +00:00
parent 20c72f42b4
commit 57a7039f2a
4 changed files with 75 additions and 2 deletions
+1 -1
View File
@@ -301,7 +301,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [kunstmaan/pagepart-bundle](https://packagist.org/packages/kunstmaan/pagepart-bundle) | [5.2](kunstmaan/pagepart-bundle/5.2) |
| [kunstmaan/redirect-bundle](https://packagist.org/packages/kunstmaan/redirect-bundle) | [5.2](kunstmaan/redirect-bundle/5.2) |
| [kunstmaan/search-bundle](https://packagist.org/packages/kunstmaan/search-bundle) | [5.6](kunstmaan/search-bundle/5.6) |
| [kunstmaan/seo-bundle](https://packagist.org/packages/kunstmaan/seo-bundle) | [5.2](kunstmaan/seo-bundle/5.2) |
| [kunstmaan/seo-bundle](https://packagist.org/packages/kunstmaan/seo-bundle) | [7.3](kunstmaan/seo-bundle/7.3) |
| [kunstmaan/sitemap-bundle](https://packagist.org/packages/kunstmaan/sitemap-bundle) | [5.2](kunstmaan/sitemap-bundle/5.2) |
| [kunstmaan/translator-bundle](https://packagist.org/packages/kunstmaan/translator-bundle) | [5.2](kunstmaan/translator-bundle/5.2) |
| [kunstmaan/user-management-bundle](https://packagist.org/packages/kunstmaan/user-management-bundle) | [5.2](kunstmaan/user-management-bundle/5.2) |
@@ -0,0 +1,36 @@
{
"manifests": {
"kunstmaan/seo-bundle": {
"manifest": {
"bundles": {
"Kunstmaan\\SeoBundle\\KunstmaanSeoBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/kunstmaan_seo.yaml": {
"contents": [
"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",
""
],
"executable": false
}
},
"ref": "5b8b436c36d6dd8aaf0bc73e88a0ae6679b30454"
}
}
}
+2 -1
View File
@@ -955,7 +955,8 @@
"5.6"
],
"kunstmaan/seo-bundle": [
"5.2"
"5.2",
"7.3"
],
"kunstmaan/sitemap-bundle": [
"5.2"
+36
View File
@@ -0,0 +1,36 @@
{
"manifests": {
"kunstmaan/seo-bundle": {
"manifest": {
"bundles": {
"Kunstmaan\\SeoBundle\\KunstmaanSeoBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/kunstmaan_seo.yaml": {
"contents": [
"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",
""
],
"executable": false
}
},
"ref": "5b8b436c36d6dd8aaf0bc73e88a0ae6679b30454"
}
}
}