|
| 1 | +{ |
| 2 | + "_comment" : "When this file is changed make sure to run", |
| 3 | + "_comment2": "./occ maintenance:mimetypesjs", |
| 4 | + "_comment3": "Otherwise your update won't propagate through the system", |
| 5 | + |
| 6 | + |
| 7 | + "application/coreldraw": "image", |
| 8 | + "application/font-sfnt": "font", |
| 9 | + "application/font-woff": "font", |
| 10 | + "application/illustrator": "image/vector", |
| 11 | + "application/json": "text/code", |
| 12 | + "application/msaccess": "database", |
| 13 | + "application/msexcel": "x-office/spreadsheet", |
| 14 | + "application/mspowerpoint": "x-office/presentation", |
| 15 | + "application/msword": "x-office/document", |
| 16 | + "application/octet-stream": "file", |
| 17 | + "application/postscript": "image/vector", |
| 18 | + "application/vnd.android.package-archive": "package/x-generic", |
| 19 | + "application/vnd.ms-excel": "x-office/spreadsheet", |
| 20 | + "application/vnd.ms-excel.addin.macroEnabled.12": "x-office/spreadsheet", |
| 21 | + "application/vnd.ms-excel.sheet.binary.macroEnabled.12": "x-office/spreadsheet", |
| 22 | + "application/vnd.ms-excel.sheet.macroEnabled.12": "x-office/spreadsheet", |
| 23 | + "application/vnd.ms-excel.template.macroEnabled.12": "x-office/spreadsheet", |
| 24 | + "application/vnd.ms-fontobject": "font", |
| 25 | + "application/vnd.ms-powerpoint": "x-office/presentation", |
| 26 | + "application/vnd.ms-powerpoint.addin.macroEnabled.12": "x-office/presentation", |
| 27 | + "application/vnd.ms-powerpoint.presentation.macroEnabled.12": "x-office/presentation", |
| 28 | + "application/vnd.ms-powerpoint.slideshow.macroEnabled.12": "x-office/presentation", |
| 29 | + "application/vnd.ms-powerpoint.template.macroEnabled.12": "x-office/presentation", |
| 30 | + "application/vnd.ms-word.document.macroEnabled.12": "x-office/document", |
| 31 | + "application/vnd.ms-word.template.macroEnabled.12": "x-office/document", |
| 32 | + "application/vnd.oasis.opendocument.presentation": "x-office/presentation", |
| 33 | + "application/vnd.oasis.opendocument.presentation-template": "x-office/presentation", |
| 34 | + "application/vnd.oasis.opendocument.spreadsheet": "x-office/spreadsheet", |
| 35 | + "application/vnd.oasis.opendocument.spreadsheet-template": "x-office/spreadsheet", |
| 36 | + "application/vnd.oasis.opendocument.text": "x-office/document", |
| 37 | + "application/vnd.oasis.opendocument.text-master": "x-office/document", |
| 38 | + "application/vnd.oasis.opendocument.text-template": "x-office/document", |
| 39 | + "application/vnd.oasis.opendocument.text-web": "x-office/document", |
| 40 | + "application/vnd.openxmlformats-officedocument.presentationml.presentation": "x-office/presentation", |
| 41 | + "application/vnd.openxmlformats-officedocument.presentationml.slideshow": "x-office/presentation", |
| 42 | + "application/vnd.openxmlformats-officedocument.presentationml.template": "x-office/presentation", |
| 43 | + "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": "x-office/spreadsheet", |
| 44 | + "application/vnd.openxmlformats-officedocument.spreadsheetml.template": "x-office/spreadsheet", |
| 45 | + "application/vnd.openxmlformats-officedocument.wordprocessingml.document": "x-office/document", |
| 46 | + "application/vnd.openxmlformats-officedocument.wordprocessingml.template": "x-office/document", |
| 47 | + "application/x-7z-compressed": "package/x-generic", |
| 48 | + "application/x-compressed": "package/x-generic", |
| 49 | + "application/x-dcraw": "image", |
| 50 | + "application/x-deb": "package/x-generic", |
| 51 | + "application/x-font": "font", |
| 52 | + "application/x-gimp": "image", |
| 53 | + "application/x-gzip": "package/x-generic", |
| 54 | + "application/x-perl": "text/code", |
| 55 | + "application/x-photoshop": "image", |
| 56 | + "application/x-php": "text/code", |
| 57 | + "application/x-rar-compressed": "package/x-generic", |
| 58 | + "application/x-tar": "package/x-generic", |
| 59 | + "application/x-tex": "text", |
| 60 | + "application/xml": "text/html", |
| 61 | + "application/yaml": "text/code", |
| 62 | + "application/zip": "package/x-generic", |
| 63 | + "image/svg+xml": "image/vector", |
| 64 | + "text/css": "text/code", |
| 65 | + "text/csv": "x-office/spreadsheet", |
| 66 | + "text/x-shellscript": "text/code" |
| 67 | +} |
| 68 | + |
0 commit comments