Files
symfony-flex-recipes-contrib/kunstmaan.seo-bundle.7.3.json
T
github-action[bot]andgithub-action[bot] 57a7039f2a Update Flex endpoint
2025-02-10 09:57:51 +00:00

37 lines
1.4 KiB
JSON

{
"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"
}
}
}