mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -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``
|
||||
|
||||
::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user