mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Merge pull request #245
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Oneup\\UploaderBundle\\OneupUploaderBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user