Merge pull request #187

This commit is contained in:
symfony-flex-server[bot]
2017-12-10 10:53:50 +00:00
committed by GitHub
3 changed files with 20 additions and 0 deletions
@@ -0,0 +1,10 @@
fm_elfinder:
instances:
default:
include_assets: true
relative_path: true
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%/"
}
}