mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
feat(file): add more upload types to the file block (#1386)
This commit is contained in:
@@ -42,7 +42,7 @@ export const FileBlock: BlockConfig<FileParserOutput> = {
|
||||
title: 'Upload Files',
|
||||
type: 'file-upload' as SubBlockType,
|
||||
layout: 'full' as SubBlockLayout,
|
||||
acceptedTypes: '.pdf,.csv,.docx',
|
||||
acceptedTypes: '.pdf,.csv,.doc,.docx,.txt,.md,.xlsx,.xls,.html,.htm,.pptx,.ppt',
|
||||
multiple: true,
|
||||
condition: {
|
||||
field: 'inputMethod',
|
||||
|
||||
Reference in New Issue
Block a user