From ca1b048758a92a6aba2289146ce30e42b0bd278a Mon Sep 17 00:00:00 2001 From: Hugo Meyronneinc Date: Wed, 25 May 2022 14:32:25 +0200 Subject: [PATCH] add eml and json allowed mime types --- config/firefly.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/firefly.php b/config/firefly.php index 1484378559..6ab9b1201c 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -283,6 +283,12 @@ return [ 'application/vnd.oasis.opendocument.formula', 'application/vnd.oasis.opendocument.database', 'application/vnd.oasis.opendocument.image', + + /* EML */ + 'message/rfc822', + + /* JSON */ + 'application/json', ], 'accountRoles' => ['defaultAsset', 'sharedAsset', 'savingAsset', 'ccAsset', 'cashWalletAsset'], 'valid_liabilities' => [AccountType::DEBT, AccountType::LOAN, AccountType::MORTGAGE],