Skip to content

Commit

Permalink
feat: allow uploading webp images (#1263)
Browse files Browse the repository at this point in the history
Co-authored-by: Artem Korsunov <[email protected]>
  • Loading branch information
Konfuze and Artem Korsunov authored Nov 11, 2024
1 parent b100511 commit 4f362cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/static/js/common/markdown-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const imageUploadOptions = {
allowedTypes: [
"image/jpeg",
"image/png",
"image/webp",
"image/jpg",
"image/gif",
"video/mp4",
Expand Down

0 comments on commit 4f362cf

Please sign in to comment.