mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Add support for AVIF image format (#17303)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch> Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"application/x-abiword": "abw",
|
||||
"application/x-freearc": "arc",
|
||||
"video/x-msvideo": "avi",
|
||||
"image/avif": "avif",
|
||||
"application/vnd.amazon.ebook": "azw",
|
||||
"application/octet-stream": "file",
|
||||
"image/bmp": "bmp",
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
"application/pkix-attr-cert": "Attribute Certificate",
|
||||
"audio/x-aiff": "AIFF",
|
||||
"video/x-msvideo": "AVI",
|
||||
"image/avif": "AVIF",
|
||||
"application/vnd.audiograph": "Audiograph",
|
||||
"image/vnd.dxf": "AutoCAD DXF",
|
||||
"model/vnd.dwf": "Autodesk Design Web Format (DWF)",
|
||||
|
||||
Reference in New Issue
Block a user