mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"manifests": {
|
|
"oneup/uploader-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Oneup\\UploaderBundle\\OneupUploaderBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/oneup_uploader.yaml": {
|
|
"contents": [
|
|
"# Read the documentation: https://github.com/1up-lab/OneupUploaderBundle/blob/master/Resources/doc/index.md",
|
|
"oneup_uploader:",
|
|
" mappings:",
|
|
" # This is a mapping example, remove it and create your own mappings.",
|
|
" gallery:",
|
|
" frontend: dropzone # or any uploader you use in the frontend",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/routes/oneup_uploader.yaml": {
|
|
"contents": [
|
|
"oneup_uploader:",
|
|
" resource: .",
|
|
" type: uploader",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "b19678d1535b9fe7cdf4647fd3483455e4fca458"
|
|
}
|
|
}
|
|
}
|