From 56ce4ab0f20c5a06bb8ed74f0c76d01bb333b995 Mon Sep 17 00:00:00 2001 From: 1tsi <1tsi@users.noreply.github.com> Date: Wed, 18 Nov 2020 20:10:23 +0100 Subject: [PATCH] Update media.yaml (#3070) fixed MIME types for .docx, .pptx and .xlsx --- system/config/media.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/config/media.yaml b/system/config/media.yaml index 7326b03cb..ae6889226 100644 --- a/system/config/media.yaml +++ b/system/config/media.yaml @@ -103,7 +103,7 @@ types: docx: type: file thumb: media/thumb-docx.png - mime: application/msword + mime: application/vnd.openxmlformats-officedocument.wordprocessingml.document xls: type: file thumb: media/thumb-xls.png @@ -111,7 +111,7 @@ types: xlsx: type: file thumb: media/thumb-xlsx.png - mime: application/vnd.ms-excel + mime: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet ppt: type: file thumb: media/thumb-ppt.png @@ -119,7 +119,7 @@ types: pptx: type: file thumb: media/thumb-pptx.png - mime: application/vnd.ms-powerpoint + mime: application/vnd.openxmlformats-officedocument.presentationml.presentation pps: type: file thumb: media/thumb-pps.png