mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-08 07:03:23 -06:00
Clean up config.
This commit is contained in:
parent
59c48268ab
commit
3dbe6d4870
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user