mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-03-24 15:29:26 +02:00
[#1469] added webp to the image mime types presets
This commit is contained in:
parent
5ef6b3a8be
commit
41ba7e12e1
@ -133,6 +133,7 @@ func init() {
|
|||||||
"image/png",
|
"image/png",
|
||||||
"image/svg+xml",
|
"image/svg+xml",
|
||||||
"image/gif",
|
"image/gif",
|
||||||
|
"image/webp",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -82,10 +82,11 @@
|
|||||||
"image/png",
|
"image/png",
|
||||||
"image/svg+xml",
|
"image/svg+xml",
|
||||||
"image/gif",
|
"image/gif",
|
||||||
|
"image/webp",
|
||||||
];
|
];
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<span class="txt">Images (jpg, png, svg, gif)</span>
|
<span class="txt">Images (jpg, png, svg, gif, webp)</span>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user