Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. fm_elfinder:
  2. instances:
  3. default:
  4. locale: %locale% # defaults to current request locale
  5. editor: ckeditor # other options are tinymce, tinymce4, fm_tinymce, form, simple, custom
  6. include_assets: true # disable if you want to manage loading of javascript and css assets manually
  7. connector:
  8. roots: # at least one root must be defined, defines root filemanager directories
  9. uploads:
  10. driver: LocalFileSystem
  11. path: uploads
  12. upload_allow: ['image/png', 'image/jpg', 'image/jpeg']
  13. upload_deny: ['all']
  14. upload_max_size: 4M
  15.  
  16. ln -s /path/front/web/uploads /path/front/web/uploads
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement