File tree 1 file changed +33
-2
lines changed
1 file changed +33
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ const SUPPORTED_FILE_EXTENSIONS = new Set([
42
42
'msg' ,
43
43
'ods' ,
44
44
'odt' ,
45
- 'pages' ,
46
45
'pdf' ,
47
46
'php' ,
48
47
'pl' ,
@@ -74,13 +73,45 @@ const SUPPORTED_FILE_EXTENSIONS = new Set([
74
73
'xbd' ,
75
74
'xdw' ,
76
75
'yaml' ,
76
+ // iWorks Files,
77
+ 'key' ,
78
+ 'pages' ,
79
+ 'numbers' ,
77
80
// Presentations
78
81
'gslide' ,
79
82
'gslides' ,
80
- 'key' ,
81
83
'odp' ,
82
84
'ppt' ,
83
85
'pptx' ,
86
+ // Box Formats
87
+ 'boxcanvas' ,
88
+ 'boxnote' ,
89
+ // Images
90
+ 'ai' ,
91
+ 'bmp' ,
92
+ 'cr2' ,
93
+ 'crw' ,
94
+ 'dcm' ,
95
+ 'dicm' ,
96
+ 'dicom' ,
97
+ 'dng' ,
98
+ 'dwg' ,
99
+ 'eps' ,
100
+ 'gif' ,
101
+ 'heic' ,
102
+ 'jpeg' ,
103
+ 'jpg' ,
104
+ 'nef' ,
105
+ 'png' ,
106
+ 'ps' ,
107
+ 'psd' ,
108
+ 'raf' ,
109
+ 'svg' ,
110
+ 'tga' ,
111
+ 'tif' ,
112
+ 'tiff' ,
113
+ 'webp' ,
114
+
84
115
] ) ;
85
116
86
117
export function isExtensionSupportedForMetadataSuggestions ( extension : string ) : boolean {
You can’t perform that action at this time.
0 commit comments