Merge pull request #245

This commit is contained in:
symfony-flex-server[bot]
2018-01-13 18:57:15 +00:00
committed by GitHub
3 changed files with 17 additions and 0 deletions
@@ -0,0 +1,6 @@
# 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
@@ -0,0 +1,3 @@
oneup_uploader:
resource: .
type: uploader
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Oneup\\UploaderBundle\\OneupUploaderBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}