Reformatted media content types

no issue

- The list is gonna get longer and has pottential to be edited few more times in the near future. It's a formatting change to allow seeing added/removed entries easier
This commit is contained in:
Naz 2021-12-16 10:54:21 +04:00
parent 5927e38084
commit 22d0c1efac

View File

@ -32,7 +32,14 @@
},
"media": {
"extensions": [".mp4",".webm", ".ogv", ".mp3", ".wav", ".ogg"],
"contentTypes": ["video/mp4", "video/webm", "video/ogg", "audio/mpeg", "audio/vnd.wav", "audio/ogg"]
"contentTypes": [
"video/mp4",
"video/webm",
"video/ogg",
"audio/mpeg",
"audio/vnd.wav",
"audio/ogg"
]
},
"thumbnails": {
"extensions": [".jpg", ".jpeg", ".gif", ".png", ".svg", ".svgz", ".ico", ".webp"],