Added recipe for FMElfinderBundle

This commit is contained in:
Al Ganiev
2017-12-10 15:46:49 +10:00
parent 8d2274faa1
commit 1069ec6529
3 changed files with 19 additions and 0 deletions
@@ -0,0 +1,9 @@
fm_elfinder:
instances:
default:
fullscreen: false
connector:
roots:
uploads:
driver: LocalFileSystem
path: uploads
@@ -0,0 +1,2 @@
fm_elfinder:
resource: "@FMElfinderBundle/Resources/config/routing.yml"
@@ -0,0 +1,8 @@
{
"bundles": {
"FM\\ElfinderBundle\\FMElfinderBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}