Files
symfony-flex-recipes-contrib/oneup.uploader-bundle.2.0.json
T
github-action[bot]andgithub-action[bot] 07bebab4b0 Update Flex endpoint
2021-11-15 21:21:31 +00:00

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"
}
}
}