MimeTypes now also supports httpd/unix-directory
Since we both use dir and httpd/unix-directory in OC they should map to the same icon. Fixes #17527
This commit is contained in:
parent
7d943b2ddc
commit
eea56dc309
|
@ -60,6 +60,7 @@
|
|||
"application/xml": "text/html",
|
||||
"application/yaml": "text/code",
|
||||
"application/zip": "package/x-generic",
|
||||
"httpd/unix-directory": "dir",
|
||||
"image/svg+xml": "image/vector",
|
||||
"text/css": "text/code",
|
||||
"text/csv": "x-office/spreadsheet",
|
||||
|
|
|
@ -64,6 +64,7 @@ OC.MimeTypeList={
|
|||
"application/xml": "text/html",
|
||||
"application/yaml": "text/code",
|
||||
"application/zip": "package/x-generic",
|
||||
"httpd/unix-directory": "dir",
|
||||
"image/svg+xml": "image/vector",
|
||||
"text/css": "text/code",
|
||||
"text/csv": "x-office/spreadsheet",
|
||||
|
|
Loading…
Reference in New Issue