Allow webp as background image
This commit is contained in:
parent
f5da1ec51d
commit
d41e12f2e2
|
@ -258,7 +258,7 @@ class ImageManager {
|
|||
* @return array
|
||||
*/
|
||||
private function getSupportedUploadImageFormats(string $key): array {
|
||||
$supportedFormats = ['image/jpeg', 'image/png', 'image/gif'];
|
||||
$supportedFormats = ['image/jpeg', 'image/png', 'image/gif', 'image/webp'];
|
||||
|
||||
if ($key !== 'favicon' || $this->shouldReplaceIcons() === true) {
|
||||
$supportedFormats[] = 'image/svg+xml';
|
||||
|
|
Loading…
Reference in New Issue