1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-08 15:57:01 +02:00
This commit is contained in:
Ryan Cramer
2019-12-03 09:44:40 -05:00
parent 5daa38729a
commit b1b968c6b5

View File

@@ -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'
);