FIX: allow webp format on themes by default as well (#12994)

webp was already supported and authorized for user uploads, allow themes to
use webp as well.
This commit is contained in:
Jeff Wong 2021-05-08 14:07:55 -10:00 committed by GitHub
parent f002c58a30
commit 7f90d0a7bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1233,7 +1233,7 @@ files:
default: 50000 default: 50000
max: 1024000 max: 1024000
theme_authorized_extensions: theme_authorized_extensions:
default: "jpg|jpeg|png|woff|woff2|svg|eot|ttf|otf|gif|js" default: "jpg|jpeg|png|woff|woff2|svg|eot|ttf|otf|gif|webp|js"
type: list type: list
list_type: compact list_type: compact
authorized_extensions: authorized_extensions: