mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 14:43:05 -04:00
add webp to attachment search
This commit is contained in:
parent
9caf1b4461
commit
dc39b90765
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
const attachmentTypes = Object.freeze({
|
const attachmentTypes = Object.freeze({
|
||||||
image: ["image/png", "image/jpeg", "image/gif"]
|
image: ["image/png", "image/jpeg", "image/gif", "image/webp"]
|
||||||
})
|
})
|
||||||
|
|
||||||
module.exports.attachmentTypes = attachmentTypes
|
module.exports.attachmentTypes = attachmentTypes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue