mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
42 lines
1.4 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|