diff --git a/core/img/filetypes/drawio.svg b/core/img/filetypes/drawio.svg new file mode 100644 index 00000000000..163e04d367a --- /dev/null +++ b/core/img/filetypes/drawio.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/core/img/filetypes/dwb.svg b/core/img/filetypes/dwb.svg new file mode 100644 index 00000000000..589eeebc22e --- /dev/null +++ b/core/img/filetypes/dwb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/core/js/mimetypelist.js b/core/js/mimetypelist.js index eb937c440cc..cafb05de03f 100644 --- a/core/js/mimetypelist.js +++ b/core/js/mimetypelist.js @@ -124,6 +124,8 @@ OC.MimeTypeList={ "application", "application-pdf", "audio", + "drawio", + "dwb", "file", "folder", "folder-drag-accept",