From b1b968c6b5b11374cbc21ac0ab5b0d37688275b5 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Tue, 3 Dec 2019 09:44:40 -0500 Subject: [PATCH] Fix issue processwire/processwire-issues#1038 --- wire/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wire/config.php b/wire/config.php index b8b74ea5..5af1227f 100644 --- a/wire/config.php +++ b/wire/config.php @@ -606,7 +606,8 @@ $config->fileContentTypes = array( 'jpg' => 'image/jpeg', 'jpeg' => 'image/jpeg', 'png' => 'image/x-png', - 'svg' => 'image/svg+xml' + 'svg' => 'image/svg+xml', + 'webp' => 'image/webp' );