Skip to content

Commit

Permalink
Merge branch 'main' into feature/dev-4227-seeing-existing-images-only…
Browse files Browse the repository at this point in the history
…-possibly-via-iiif-url-new-tab

* main:
  feat: Allow JSON files as text files (DEV-4222) (#1854)
  • Loading branch information
irmastnt committed Oct 17, 2024
2 parents 2604902 + b6f698f commit 1a6f818
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class UploadComponent {
[Constants.HasMovingImageFileValue]: ['mp4'],
[Constants.HasAudioFileValue]: ['mp3', 'wav'],
[Constants.HasDocumentFileValue]: ['doc', 'docx', 'pdf', 'ppt', 'pptx', 'xls', 'xlsx'],
[Constants.HasTextFileValue]: ['csv', 'odd', 'rng', 'txt', 'xml', 'xsd', 'xsl'],
[Constants.HasTextFileValue]: ['csv', 'json', 'odd', 'rng', 'txt', 'xml', 'xsd', 'xsl'],
[Constants.HasArchiveFileValue]: ['7z', 'gz', 'gzip', 'tar', 'tgz', 'z', 'zip'],
[Constants.HasStillImageFileValue]: ['jp2', 'jpg', 'jpeg', 'png', 'tif', 'tiff'],
} as const;
Expand Down

0 comments on commit 1a6f818

Please sign in to comment.