nextcloud/core/js/mimetypelist.js

38 lines
777 B
JavaScript
Raw Normal View History

/**
* This file is automatically generated
* DO NOT EDIT MANUALLY!
*
* You can update the list of MimeType Aliases in config/mimetypealiases.json
* The list of files is fetched from core/img/filetypes
* To regenerate this file run ./occ maintenance:mimetype:update-js
*/
OC.MimeTypeList={
aliases: [],
files: [
2016-01-18 13:13:25 +03:00
"application",
"application-pdf",
"audio",
"file",
"folder",
"folder-drag-accept",
"folder-encrypted",
2016-01-18 13:13:25 +03:00
"folder-external",
2015-09-22 15:34:07 +03:00
"folder-public",
2016-01-18 13:13:25 +03:00
"folder-shared",
"folder-starred",
"image",
"link",
"location",
"package-x-generic",
2015-09-08 13:19:04 +03:00
"text",
2016-01-18 13:13:25 +03:00
"text-calendar",
2015-09-22 15:34:07 +03:00
"text-code",
2016-01-18 13:13:25 +03:00
"text-vcard",
"video",
"x-office-document",
"x-office-presentation",
2016-01-18 13:13:25 +03:00
"x-office-spreadsheet"
],
themes: []
};