Add list of allowed file types in a ZIP for 3D objects

This commit is contained in:
Joshua Ramon Enslin 2022-01-04 02:56:32 +01:00
parent 16f0621a9a
commit 783fe29fc9
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -47,4 +47,6 @@ final class MDRequirementsSet {
const MIMETYPES_CATALOGUE_WORK_IMAGE = ['image/jpeg', 'image/jpg'];
const MIMETYPES_CATALOGUE_OBJECT_SUMMARY_IMAGE = ['image/jpeg', 'image/jpg'];
const EXTENSIONS_THREE_D_ZIP = ['obj', 'mtl', 'jpg', 'jpeg', 'png'];
}