mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 09:49:33 +07:00
chore(administration): Generate system config documentation from config.sample.php
This commit is contained in:
@@ -2142,9 +2142,8 @@ indicates if a Web server can write files to that folder.
|
||||
Previews
|
||||
--------
|
||||
|
||||
Nextcloud supports previews of image files, the covers of MP3 files, and text
|
||||
files. These options control enabling and disabling previews, and thumbnail
|
||||
size.
|
||||
Nextcloud supports generating previews for various file types, such as images, audio files, and text files.
|
||||
These options control enabling and disabling previews, and thumbnail size.
|
||||
|
||||
|
||||
enable_previews
|
||||
@@ -2158,7 +2157,6 @@ enable_previews
|
||||
By default, Nextcloud can generate previews for the following filetypes:
|
||||
|
||||
- Image files
|
||||
- Covers of MP3 files
|
||||
- Text documents
|
||||
|
||||
Valid values are ``true``, to enable previews, or
|
||||
@@ -2335,7 +2333,6 @@ enabledPreviewProviders
|
||||
'OC\Preview\JPEG',
|
||||
'OC\Preview\Krita',
|
||||
'OC\Preview\MarkDown',
|
||||
'OC\Preview\MP3',
|
||||
'OC\Preview\OpenDocument',
|
||||
'OC\Preview\PNG',
|
||||
'OC\Preview\TXT',
|
||||
@@ -2347,21 +2344,21 @@ Only register providers that have been explicitly enabled
|
||||
The following providers are disabled by default due to performance or privacy
|
||||
concerns:
|
||||
|
||||
- ``OC\Preview\EMF``
|
||||
- ``OC\Preview\Font``
|
||||
- ``OC\Preview\HEIC``
|
||||
- ``OC\Preview\Illustrator``
|
||||
- ``OC\Preview\Movie``
|
||||
- ``OC\Preview\MP3``
|
||||
- ``OC\Preview\MSOffice2003``
|
||||
- ``OC\Preview\MSOffice2007``
|
||||
- ``OC\Preview\MSOfficeDoc``
|
||||
- ``OC\Preview\Movie``
|
||||
- ``OC\Preview\PDF``
|
||||
- ``OC\Preview\Photoshop``
|
||||
- ``OC\Preview\Postscript``
|
||||
- ``OC\Preview\StarOffice``
|
||||
- ``OC\Preview\SVG``
|
||||
- ``OC\Preview\StarOffice``
|
||||
- ``OC\Preview\TIFF``
|
||||
- ``OC\Preview\EMF``
|
||||
|
||||
|
||||
Defaults to the following providers:
|
||||
|
||||
@@ -2370,7 +2367,6 @@ Defaults to the following providers:
|
||||
- ``OC\Preview\JPEG``
|
||||
- ``OC\Preview\Krita``
|
||||
- ``OC\Preview\MarkDown``
|
||||
- ``OC\Preview\MP3``
|
||||
- ``OC\Preview\OpenDocument``
|
||||
- ``OC\Preview\PNG``
|
||||
- ``OC\Preview\TXT``
|
||||
|
||||
Reference in New Issue
Block a user