mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
Changed mapping to font
* Updated mimetypelist icon mapping Signed-off-by: Dany1718 <daniel.dossantos@ufl.edu>
This commit is contained in:
parent
3f86b84429
commit
4c7495fc2d
2 changed files with 9 additions and 8 deletions
|
|
@ -10,8 +10,8 @@ OC.MimeTypeList={
|
|||
aliases: {
|
||||
"application/coreldraw": "image",
|
||||
"application/epub+zip": "text",
|
||||
"application/font-sfnt": "image",
|
||||
"application/font-woff": "image",
|
||||
"application/font-sfnt": "font",
|
||||
"application/font-woff": "font",
|
||||
"application/gpx+xml": "location",
|
||||
"application/illustrator": "image",
|
||||
"application/javascript": "text/code",
|
||||
|
|
@ -34,7 +34,7 @@ OC.MimeTypeList={
|
|||
"application/vnd.ms-excel.sheet.binary.macroEnabled.12": "x-office/spreadsheet",
|
||||
"application/vnd.ms-excel.sheet.macroEnabled.12": "x-office/spreadsheet",
|
||||
"application/vnd.ms-excel.template.macroEnabled.12": "x-office/spreadsheet",
|
||||
"application/vnd.ms-fontobject": "image",
|
||||
"application/vnd.ms-fontobject": "font",
|
||||
"application/vnd.ms-powerpoint": "x-office/presentation",
|
||||
"application/vnd.ms-powerpoint.addin.macroEnabled.12": "x-office/presentation",
|
||||
"application/vnd.ms-powerpoint.presentation.macroEnabled.12": "x-office/presentation",
|
||||
|
|
@ -78,7 +78,7 @@ OC.MimeTypeList={
|
|||
"application/x-dcraw": "image",
|
||||
"application/x-deb": "package/x-generic",
|
||||
"application/x-fictionbook+xml": "text",
|
||||
"application/x-font": "image",
|
||||
"application/x-font": "font",
|
||||
"application/x-gimp": "image",
|
||||
"application/x-gzip": "package/x-generic",
|
||||
"application/x-iwork-keynote-sffkey": "x-office/presentation",
|
||||
|
|
@ -127,6 +127,7 @@ OC.MimeTypeList={
|
|||
"folder-public",
|
||||
"folder-shared",
|
||||
"folder-starred",
|
||||
"font",
|
||||
"image",
|
||||
"link",
|
||||
"location",
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
"application/coreldraw": "image",
|
||||
"application/epub+zip": "text",
|
||||
"application/font-sfnt": "image",
|
||||
"application/font-woff": "image",
|
||||
"application/font-sfnt": "font",
|
||||
"application/font-woff": "font",
|
||||
"application/gpx+xml": "location",
|
||||
"application/gzip": "package/x-generic",
|
||||
"application/illustrator": "image",
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
"application/vnd.ms-excel.sheet.binary.macroEnabled.12": "x-office/spreadsheet",
|
||||
"application/vnd.ms-excel.sheet.macroEnabled.12": "x-office/spreadsheet",
|
||||
"application/vnd.ms-excel.template.macroEnabled.12": "x-office/spreadsheet",
|
||||
"application/vnd.ms-fontobject": "image",
|
||||
"application/vnd.ms-fontobject": "font",
|
||||
"application/vnd.ms-powerpoint": "x-office/presentation",
|
||||
"application/vnd.ms-powerpoint.addin.macroEnabled.12": "x-office/presentation",
|
||||
"application/vnd.ms-powerpoint.presentation.macroEnabled.12": "x-office/presentation",
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
"application/x-dcraw": "image",
|
||||
"application/x-deb": "package/x-generic",
|
||||
"application/x-fictionbook+xml": "text",
|
||||
"application/x-font": "image",
|
||||
"application/x-font": "font",
|
||||
"application/x-gimp": "image",
|
||||
"application/x-gzip": "application/gzip",
|
||||
"application/x-iwork-keynote-sffkey": "x-office/presentation",
|
||||
|
|
|
|||
Loading…
Reference in a new issue