diff options
author | Julius Härtl <jus@bitgrid.net> | 2024-07-23 15:45:03 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2024-07-23 15:45:03 +0200 |
commit | bcefd165cbf7e49295a6c1e78b45dc20cd51bc0d (patch) | |
tree | 24b4511280df298d8abb67907a470cefb1b9b43e /resources | |
parent | f58a88b11c7fdadaa1296d7e26c70dbc99d80869 (diff) | |
download | nextcloud-server-bcefd165cbf7e49295a6c1e78b45dc20cd51bc0d.tar.gz nextcloud-server-bcefd165cbf7e49295a6c1e78b45dc20cd51bc0d.zip |
fix: Add .whiteboard alias for .excalidraw files
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/config/mimetypemapping.dist.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json index 49f2a1ea21f..ca515b2c578 100644 --- a/resources/config/mimetypemapping.dist.json +++ b/resources/config/mimetypemapping.dist.json @@ -215,6 +215,7 @@ "webloc": ["application/internet-shortcut"], "webm": ["video/webm"], "webp": ["image/webp"], + "whiteboard": ["application/vnd.excalidraw+json"], "wmv": ["video/x-ms-wmv"], "woff": ["application/font-woff"], "wpd": ["application/vnd.wordperfect"], |