Created
May 6, 2014 01:46
-
-
Save helios-ag/1339da2425fb3f9b619b to your computer and use it in GitHub Desktop.
SO answer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fm_elfinder: | |
locale: %locale% | |
editor: ckeditor # other choices are tinymce or simple | |
compression: false | |
include_assets: true | |
fullscreen: true | |
connector: | |
debug: true # defaults to false | |
roots: # at least one root must be defined <-- roots section | |
uploads: | |
driver: LocalFileSystem | |
path: uploads | |
showhidden: true # <-- showhidden option | |
upload_allow: ['image/png', 'image/jpg', 'image/jpeg'] | |
upload_deny: ['all'] | |
upload_max_size: 2M |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment