generate documentation from config.sample.php

This commit is contained in:
Morris Jobke
2018-01-10 03:35:36 +01:00
parent c08285b2ef
commit d86f2cf2af

View File

@@ -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``
::