mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
Clean up config.
This commit is contained in:
@@ -37,7 +37,18 @@ return [
|
|||||||
'maxUploadSize' => 15242880,
|
'maxUploadSize' => 15242880,
|
||||||
'allowedMimes' => [
|
'allowedMimes' => [
|
||||||
/* plain files */
|
/* 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 */
|
/* MS word */
|
||||||
'application/msword',
|
'application/msword',
|
||||||
|
|||||||
Reference in New Issue
Block a user