Merge pull request #825

This commit is contained in:
symfony-flex-server[bot]
2020-01-26 09:58:07 +00:00
committed by GitHub
3 changed files with 18 additions and 0 deletions
@@ -0,0 +1,8 @@
fm_elfinder:
instances:
default:
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%/"
}
}