From 37130f00a033552a7746224d90d5138450d6d44d Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 22 Aug 2022 11:37:34 +0300 Subject: [PATCH] add image type inline --- application/Espo/Resources/metadata/app/file.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/Espo/Resources/metadata/app/file.json b/application/Espo/Resources/metadata/app/file.json index 378a9b47d1..a019096b56 100644 --- a/application/Espo/Resources/metadata/app/file.json +++ b/application/Espo/Resources/metadata/app/file.json @@ -90,6 +90,9 @@ "video/mp4", "video/ogg", "video/webm", + "image/jpeg", + "image/png", + "image/gif", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "application/vnd.ms-word",