mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 00:47:09 +00:00
style: supported_file_types.json
This commit is contained in:
@@ -1,34 +1,34 @@
|
|||||||
{
|
{
|
||||||
".mp4": {
|
".mp4": {
|
||||||
"display_name": "MP4",
|
"display_name": "MP4",
|
||||||
"mime_type": "video/mp4"
|
"mime_type": "video/mp4"
|
||||||
},
|
},
|
||||||
".jpg": {
|
".jpg": {
|
||||||
"display_name": "JPG",
|
"display_name": "JPG",
|
||||||
"mime_type": "image/jpg"
|
"mime_type": "image/jpg"
|
||||||
},
|
},
|
||||||
".jpeg": {
|
".jpeg": {
|
||||||
"display_name": "JPG",
|
"display_name": "JPG",
|
||||||
"mime_type": "image/jpeg"
|
"mime_type": "image/jpeg"
|
||||||
},
|
},
|
||||||
".png": {
|
".png": {
|
||||||
"display_name": "PNG",
|
"display_name": "PNG",
|
||||||
"mime_type": "image/png"
|
"mime_type": "image/png"
|
||||||
},
|
},
|
||||||
".gif": {
|
".gif": {
|
||||||
"display_name": "GIF",
|
"display_name": "GIF",
|
||||||
"mime_type": "image/gif"
|
"mime_type": "image/gif"
|
||||||
},
|
},
|
||||||
".pptx": {
|
".pptx": {
|
||||||
"display_name": "PPTX",
|
"display_name": "PPTX",
|
||||||
"mime_type": "application/vnd.openxmlformats-officedocument.presentationml.presentation"
|
"mime_type": "application/vnd.openxmlformats-officedocument.presentationml.presentation"
|
||||||
},
|
},
|
||||||
".odp": {
|
".odp": {
|
||||||
"display_name": "ODP",
|
"display_name": "ODP",
|
||||||
"mime_type": "application/vnd.oasis.opendocument.presentation"
|
"mime_type": "application/vnd.oasis.opendocument.presentation"
|
||||||
},
|
},
|
||||||
".pdf": {
|
".pdf": {
|
||||||
"display_name": "PDF",
|
"display_name": "PDF",
|
||||||
"mime_type": "application/pdf"
|
"mime_type": "application/pdf"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user