mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
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:
parent
5927e38084
commit
22d0c1efac
1 changed files with 8 additions and 1 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Reference in a new issue