Skip to content

Commit

Permalink
Add webp image support
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajkapsz committed May 13, 2021
1 parent 68f44f0 commit 2d7be45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions symphony/lib/toolkit/fields/field.upload.php
Expand Up @@ -15,6 +15,7 @@ class FieldUpload extends Field implements ExportableField, ImportableField
'image/jpeg',
'image/pjpeg',
'image/png',
'image/webp',
'image/x-png'
);

Expand Down

0 comments on commit 2d7be45

Please sign in to comment.