1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-17 20:11:46 +02:00

cleaning up a bit

This commit is contained in:
horst-n
2019-04-27 11:55:50 +02:00
parent 1b96368aa2
commit 32afdbdf52

View File

@@ -10,8 +10,9 @@
* @property bool $upscaling
* @property bool $interlace
* @property array|string|bool $cropping
* @property int $quality
* @property bool $webpAdd
* @property int $webpQuality
* @property int $quality
* @property string $sharpening
* @property float $defaultGamma
* @property float $scale
@@ -237,6 +238,7 @@ abstract class ImageSizerEngine extends WireData implements Module, Configurable
'interlace',
'quality',
'webpQuality',
'webpAdd',
'sharpening',
'defaultGamma',
'scale',