From 3dbe6d4870c2cd5868fb5c515446a97487440bee Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 25 Jan 2018 19:21:46 +0100 Subject: [PATCH] Clean up config. --- config/firefly.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/config/firefly.php b/config/firefly.php index fd53a83eb5..c532d77296 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -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',