Added config for version 10

This commit is contained in:
Al Ganiev
2020-01-14 19:12:13 +10:00
parent c98b3162b1
commit eccf1f76a1
3 changed files with 19 additions and 0 deletions
@@ -0,0 +1,9 @@
fm_elfinder:
instances:
default:
relative_path: true
connector:
roots:
uploads:
driver: LocalFileSystem
path: uploads
@@ -0,0 +1,2 @@
fm_elfinder:
resource: "@FMElfinderBundle/Resources/config/routing.yaml"
@@ -0,0 +1,8 @@
{
"bundles": {
"FM\\ElfinderBundle\\FMElfinderBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}