mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
32 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|