Skip to content

Commit

Permalink
fix(content-sidebar): Update estension list
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoartaviaq committed Feb 6, 2025
1 parent 9135321 commit 25f5f73
Showing 1 changed file with 33 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const SUPPORTED_FILE_EXTENSIONS = new Set([
'msg',
'ods',
'odt',
'pages',
'pdf',
'php',
'pl',
Expand Down Expand Up @@ -74,13 +73,45 @@ const SUPPORTED_FILE_EXTENSIONS = new Set([
'xbd',
'xdw',
'yaml',
// iWorks Files,
'key',
'pages',
'numbers',
// Presentations
'gslide',
'gslides',
'key',
'odp',
'ppt',
'pptx',
// Box Formats
'boxcanvas',
'boxnote',
// Images
'ai',
'bmp',
'cr2',
'crw',
'dcm',
'dicm',
'dicom',
'dng',
'dwg',
'eps',
'gif',
'heic',
'jpeg',
'jpg',
'nef',
'png',
'ps',
'psd',
'raf',
'svg',
'tga',
'tif',
'tiff',
'webp',

]);

export function isExtensionSupportedForMetadataSuggestions(extension: string): boolean {
Expand Down

0 comments on commit 25f5f73

Please sign in to comment.