mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
Added yaml as a file upload option (#4872)
This commit is contained in:
@@ -27,6 +27,7 @@ const availableFileTypes = [
|
|||||||
{ name: 'CSV', ext: 'text/csv' },
|
{ name: 'CSV', ext: 'text/csv' },
|
||||||
{ name: 'HTML', ext: 'text/html' },
|
{ name: 'HTML', ext: 'text/html' },
|
||||||
{ name: 'JSON', ext: 'application/json' },
|
{ name: 'JSON', ext: 'application/json' },
|
||||||
|
{ name: 'YAML', ext: 'application/x-yaml' },
|
||||||
{ name: 'Markdown', ext: 'text/markdown' },
|
{ name: 'Markdown', ext: 'text/markdown' },
|
||||||
{ name: 'PDF', ext: 'application/pdf' },
|
{ name: 'PDF', ext: 'application/pdf' },
|
||||||
{ name: 'SQL', ext: 'application/sql' },
|
{ name: 'SQL', ext: 'application/sql' },
|
||||||
|
|||||||
Reference in New Issue
Block a user