allow 'max_image_megapixels' up to 150MB
This commit is contained in:
parent
c076f7b1aa
commit
2d9b31b147
|
@ -717,7 +717,7 @@ files:
|
|||
max_image_megapixels:
|
||||
default: 40
|
||||
min: 5
|
||||
max: 100
|
||||
max: 150
|
||||
authorized_extensions:
|
||||
client: true
|
||||
default: 'jpg|jpeg|png|gif'
|
||||
|
|
Loading…
Reference in New Issue