Skip to content

Commit

Permalink
fix(content-sidebar): Update list of supported files (#3908)
Browse files Browse the repository at this point in the history
fix(content-sidebar): Update estension list

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Trevor <[email protected]>
  • Loading branch information
3 people authored Feb 7, 2025
1 parent 0c87abe commit 4a22ec3
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 4a22ec3

Please sign in to comment.