mirror of
https://github.com/status-im/codimd.git
synced 2025-01-27 06:24:48 +00:00
Allow bmp/tiff image to be uploaded
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
This commit is contained in:
parent
c1a22a5318
commit
e19e6642fb
@ -189,7 +189,9 @@ switch (config.imageUploadType) {
|
||||
'image/png',
|
||||
'image/jpg',
|
||||
'image/gif',
|
||||
'image/svg+xml'
|
||||
'image/svg+xml',
|
||||
'image/bmp',
|
||||
'image/tiff'
|
||||
]
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user