1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 05:43:10 +02:00

Settings: new item - accept_file_types

Define the file types (extensions to be exact) that are acceptable for upload.
This commit is contained in:
Awilum
2018-12-15 02:31:43 +03:00
parent dc4a10fb4a
commit 1b12be5d02

View File

@@ -43,3 +43,6 @@ cache:
prefix: Flextype
driver: auto
lifetime: 604800
# Define the file types (extensions to be exact) that are acceptable for upload.
accept_file_types: [ twig, html, js, css, scss, gif, jpg, jpeg, png, ico, zip, tgz, txt, md, doc, docx, pdf, epub, xls, xlsx, ppt, pptx, mp3, ogg, wav, m4a, mp4, m4v, ogv, wmv, avi, webm, svg]