Files
symfony-flex-recipes-contrib/kunstmaan.redirect-bundle.5.2.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

32 lines
1.1 KiB
JSON

{
"manifests": {
"kunstmaan/redirect-bundle": {
"manifest": {
"bundles": {
"Kunstmaan\\RedirectBundle\\KunstmaanRedirectBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/kunstmaan_redirect.yaml": {
"contents": [
"KunstmaanRedirectBundle:",
" resource: \"@KunstmaanRedirectBundle/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%\"",
""
],
"executable": false
}
},
"ref": "50672a9edd40f693a47557afca641de2d405e350"
}
}
}