From ec7dbbdc8b1d6e51cb493600664d2cd6d090e50b Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Mon, 14 Dec 2015 18:13:14 -0700 Subject: [PATCH] Added 7z format to standard file types #521 --- system/config/media.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/config/media.yaml b/system/config/media.yaml index 8581ba4bd..a2e82d86b 100644 --- a/system/config/media.yaml +++ b/system/config/media.yaml @@ -168,6 +168,10 @@ zip: type: file thumb: media/thumb-zip.png mime: application/zip +7z: + type: file + thumb: media/thumb-7zip.png + mime: application/x-7z-compressed gz: type: file thumb: media/thumb-gz.png