Licitator 1.0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

78 lines
3.2 KiB

fm_elfinder:
instances:
form:
locale: '%locale%' # defaults to current request locale
editor: form # other choices are tinymce or simple, and form
fullscreen: true # defaults true, applies to simple and ckeditor editors
connector:
debug: false # defaults to false
roots: # at least one root must be defined
uploads:
driver: LocalFileSystem
accepted_name: '/^[^\.].*/'
path: uploads
upload_allow: ['image/png', 'image/jpg', 'image/jpeg','image/svg+xml', 'text/plain', 'application/pdf']
upload_deny: ['all']
upload_max_size: 2M
default:
locale: "%locale%"
editor: ckeditor
connector:
roots:
uploads:
driver: LocalFileSystem
accepted_name: '/^[^\.].*/'
path: uploads
upload_allow: ['image/png', 'image/jpg', 'image/jpeg', 'image/svg+xml', 'text/plain', 'application/pdf']
upload_deny: ['all']
upload_max_size: 8M
images:
locale: "%locale%"
editor: ckeditor
connector:
roots:
uploads:
driver: LocalFileSystem
accepted_name: '/^[^\.].*/'
path: uploads
upload_allow: ['image/png', 'image/jpg', 'image/jpeg', 'image/svg+xml']
upload_deny: ['all']
upload_max_size: 8M
news:
locale: "%locale%"
editor: ckeditor
connector:
roots:
uploads:
driver: LocalFileSystem
accepted_name: '/^[^\.].*/'
path: uploads/images/news
upload_allow: ['image/png', 'image/jpg', 'image/jpeg', 'image/svg+xml', 'text/plain', 'application/pdf']
upload_deny: ['all']
upload_max_size: 8M
convocatoria:
locale: "%locale%"
editor: ckeditor
connector:
roots:
uploads:
driver: LocalFileSystem
accepted_name: '/^[^\.].*/'
path: uploads/convocatorias
upload_allow: ['image/png', 'image/jpg', 'image/jpeg', 'image/svg+xml', 'text/plain', 'application/pdf']
upload_deny: ['all']
upload_max_size: 8M
dashboard:
locale: "%locale%"
editor: simple
connector:
debug: false
roots:
uploads:
driver: LocalFileSystem
accepted_name: '/^[^\.].*/'
path: uploads
upload_allow: ['text/plain', 'application/pdf']
upload_deny: ['all']
upload_max_size: 8M