From f2f336e005e429cd47de7cf12e78d9cab90fec4b Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 24 Mar 2021 19:07:58 +0100 Subject: [PATCH] Update 'Post Installation' --- Post-Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Post-Installation.md b/Post-Installation.md index 0e8f18c..912536d 100644 --- a/Post-Installation.md +++ b/Post-Installation.md @@ -29,13 +29,13 @@ We need to tell Omeka to accept uploading extra new types **Allowed file extensions** ``` -ogv,svg,obj,stl +ogv,svg,obj,stl,json ``` **Allowed media types** ``` -image/svg+xml,application/octet-stream +image/svg+xml,application/octet-stream,application/json ```