File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 12861286 * By default, Nextcloud can generate previews for the following filetypes:
12871287 *
12881288 * - Image files
1289- * - Covers of MP3 files
12901289 * - Text documents
12911290 *
12921291 * Valid values are ``true``, to enable previews, or
13921391 * The following providers are disabled by default due to performance or privacy
13931392 * concerns:
13941393 *
1394+ * - ``OC\Preview\EMF``
13951395 * - ``OC\Preview\Font``
13961396 * - ``OC\Preview\HEIC``
13971397 * - ``OC\Preview\Illustrator``
1398- * - ``OC\Preview\Movie ``
1398+ * - ``OC\Preview\MP3 ``
13991399 * - ``OC\Preview\MSOffice2003``
14001400 * - ``OC\Preview\MSOffice2007``
14011401 * - ``OC\Preview\MSOfficeDoc``
1402+ * - ``OC\Preview\Movie``
14021403 * - ``OC\Preview\PDF``
14031404 * - ``OC\Preview\Photoshop``
14041405 * - ``OC\Preview\Postscript``
1405- * - ``OC\Preview\StarOffice``
14061406 * - ``OC\Preview\SVG``
1407+ * - ``OC\Preview\StarOffice``
14071408 * - ``OC\Preview\TIFF``
1408- * - ``OC\Preview\EMF``
1409- *
14101409 *
14111410 * Defaults to the following providers:
14121411 *
14151414 * - ``OC\Preview\JPEG``
14161415 * - ``OC\Preview\Krita``
14171416 * - ``OC\Preview\MarkDown``
1418- * - ``OC\Preview\MP3``
14191417 * - ``OC\Preview\OpenDocument``
14201418 * - ``OC\Preview\PNG``
14211419 * - ``OC\Preview\TXT``
14221420 * - ``OC\Preview\XBitmap``
1421+ *
14231422 */
14241423'enabledPreviewProviders ' => [
14251424 'OC\Preview\BMP ' ,
14261425 'OC\Preview\GIF ' ,
14271426 'OC\Preview\JPEG ' ,
14281427 'OC\Preview\Krita ' ,
14291428 'OC\Preview\MarkDown ' ,
1430- 'OC\Preview\MP3 ' ,
14311429 'OC\Preview\OpenDocument ' ,
14321430 'OC\Preview\PNG ' ,
14331431 'OC\Preview\TXT ' ,
You can’t perform that action at this time.
0 commit comments