mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
generate documentation from config.sample.php
This commit is contained in:
parent
c08285b2ef
commit
d86f2cf2af
@ -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``
|
||||
|
||||
::
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user