From d86f2cf2af0a37352bf14597fba07f0d4a1a5e91 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 10 Jan 2018 03:35:36 +0100 Subject: [PATCH] generate documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 9848ca0a7..2b3288c72 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -989,21 +989,21 @@ Defaults to ``true`` :: - 'preview_max_x' => 2048, + 'preview_max_x' => 4096, The maximum width, in pixels, of a preview. A value of ``null`` means there is no limit. -Defaults to ``2048`` +Defaults to ``4096`` :: - 'preview_max_y' => 2048, + 'preview_max_y' => 4096, The maximum height, in pixels, of a preview. A value of ``null`` means there is no limit. -Defaults to ``2048`` +Defaults to ``4096`` ::