Clean up config.

This commit is contained in:
James Cole 2018-01-25 19:21:46 +01:00
parent 59c48268ab
commit 3dbe6d4870
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -37,7 +37,18 @@ return [
'maxUploadSize' => 15242880,
'allowedMimes' => [
/* plain files */
'image/png', 'image/jpeg', 'application/pdf', 'text/plain',
'text/plain',
/* images */
'image/jpeg',
'image/svg+xml',
'image/png',
'image/heic',
'image/heic-sequence',
/* PDF */
'application/pdf',
/* MS word */
'application/msword',