Files
symfony-flex-recipes-contrib/kunstmaan.media-bundle.5.2.json
T
github-action[bot]andgithub-action[bot] 8067a9c5df Update Flex endpoint
2021-11-23 10:27:40 +00:00

42 lines
1.4 KiB
JSON

{
"manifests": {
"kunstmaan/media-bundle": {
"manifest": {
"bundles": {
"Kunstmaan\\MediaBundle\\KunstmaanMediaBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"public/": "%PUBLIC_DIR%/"
},
"gitignore": [
"/public/uploads/"
]
},
"files": {
"config/routes/kunstmaan_media.yaml": {
"contents": [
"KunstmaanMediaBundle:",
" resource: \"@KunstmaanMediaBundle/Resources/config/routing.yml\"",
" # If your site is not multi language, remove the \"{_locale}/\" part of the prefix and the requirements",
" prefix: /{_locale}/",
" requirements:",
" _locale: \"%kunstmaan_admin.required_locales%\"",
""
],
"executable": false
},
"public/uploads/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "ee895d7c1b22fcd623e0ce020295838c27bfa5b4"
}
}
}