From 0f4cf01ec21173ca53a3bd81f72bafc614fa4091 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Mon, 30 Oct 2017 05:43:20 -0400 Subject: [PATCH] Update Config.php note for imageSizerOptions per processwire/processwire-issues#409 --- wire/core/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire/core/Config.php b/wire/core/Config.php index 50c5d46a..04e494ab 100644 --- a/wire/core/Config.php +++ b/wire/core/Config.php @@ -39,7 +39,7 @@ * * @property bool $protectCSRF Enables CSRF (cross site request forgery) protection on all PW forms, recommended for security. #pw-group-HTTP-and-input * - * @property array $imageSizerOptions Default value is array('upscaling' => true, 'cropping' => true, 'quality' => 90) #pw-group-images + * @property array $imageSizerOptions Options to set image sizing defaults. Please see the /wire/config.php file for all options and defaults. #pw-group-images * * @property bool $pagefileSecure When used, files in /site/assets/files/ will be protected with the same access as the page. Routines files through a passthrough script. #pw-group-files * @property string $pagefileSecurePathPrefix One or more characters prefixed to the pathname of protected file dirs. This should be some prefix that the .htaccess file knows to block requests for. #pw-group-files