Skip to content

Commit a1c518e

Browse files
authored
feat(file): add more upload types to the file block (#1386)
1 parent 04922fe commit a1c518e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/blocks/blocks/file.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const FileBlock: BlockConfig<FileParserOutput> = {
4242
title: 'Upload Files',
4343
type: 'file-upload' as SubBlockType,
4444
layout: 'full' as SubBlockLayout,
45-
acceptedTypes: '.pdf,.csv,.docx',
45+
acceptedTypes: '.pdf,.csv,.doc,.docx,.txt,.md,.xlsx,.xls,.html,.htm,.pptx,.ppt',
4646
multiple: true,
4747
condition: {
4848
field: 'inputMethod',

0 commit comments

Comments
 (0)