Files
symfony-recipes/webindustry.redirector-bundle.2.0.json
2024-01-31 11:24:37 +01:00

28 lines
853 B
JSON

{
"manifests": {
"webindustry/redirector-bundle": {
"manifest": {
"bundles": {
"RedirectorBundle\\RedirectorBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%"
}
},
"files": {
"config/packages/redirector-bundle.yaml": {
"contents": [
"redirector:",
" redirect_subdomain: null # nwww_to_www | www_to_nwww",
" force_protocol: null # http | https"
],
"executable": false
}
},
"ref": "6445f2743fdb027ecd724347561bd44b6901b1b8"
}
}
}