Files
symfony-flex-recipes-contrib/kunstmaan.seo-bundle.5.2.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +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: annotation",
""
],
"executable": false
}
},
"ref": "76b5d6d013b3bd87a6d19ecc72282c282c065446"
}
}
}