Created
October 2, 2013 06:52
-
-
Save helios-ag/6789927 to your computer and use it in GitHub Desktop.
This file contains hidden or 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: tinymce4 # other choices are tinymce or simple | |
| compression: false | |
| include_assets: true | |
| showhidden: false | |
| fullscreen: true | |
| connector: | |
| debug: false # defaults to false | |
| roots: # at least one root must be defined | |
| uploads: | |
| driver: LocalFileSystem | |
| path: uploads | |
| 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