allow 'max_image_megapixels' up to 150MB

This commit is contained in:
Régis Hanol 2017-04-11 07:44:10 +02:00
parent c076f7b1aa
commit 2d9b31b147
1 changed files with 1 additions and 1 deletions

View File

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