Skip to content

Instantly share code, notes, and snippets.

@helios-ag
Created May 6, 2014 01:46
Show Gist options
  • Save helios-ag/1339da2425fb3f9b619b to your computer and use it in GitHub Desktop.
Save helios-ag/1339da2425fb3f9b619b to your computer and use it in GitHub Desktop.
SO answer
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