Merge pull request #6101 from LuxChanLu/develop

feat: add the ability to disable mime check on attachement upload
This commit is contained in:
James Cole
2022-05-25 14:49:43 +00:00
committed by GitHub

View File

@@ -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],