From 5eb4e5e0c61c05e67e30390a949d26418f1cbf76 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 24 Mar 2021 18:35:05 +0100 Subject: [PATCH] Update 'Post Installation' --- Post-Installation.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Post-Installation.md b/Post-Installation.md index 06ace16..0e8f18c 100644 --- a/Post-Installation.md +++ b/Post-Installation.md @@ -22,6 +22,21 @@ After importing the resource, you need to configure it. Edit the resource. * Edit the `License` field and select the Data type `Custom License Types`. Set changes and save. * Edit the `Date` field and select the Data type `Numeric: Timestamp`. Set changes and save. +## Filetypes + +We need to tell Omeka to accept uploading extra new types + +**Allowed file extensions** + +``` +ogv,svg,obj,stl +``` + +**Allowed media types** + +``` +image/svg+xml,application/octet-stream +```