From bca72a783a5fd45289ba2f0888b7d10cdcc24f37 Mon Sep 17 00:00:00 2001 From: Josh Richards Date: Mon, 15 Jul 2024 09:47:19 -0400 Subject: [PATCH] fix(Files): mention enabledPreviewProviders parameter in Previews chapter Signed-off-by: Josh Richards --- .../configuration_files/previews_configuration.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/admin_manual/configuration_files/previews_configuration.rst b/admin_manual/configuration_files/previews_configuration.rst index 3e267f97e98..534dc2b6a57 100644 --- a/admin_manual/configuration_files/previews_configuration.rst +++ b/admin_manual/configuration_files/previews_configuration.rst @@ -16,12 +16,13 @@ By default, Nextcloud can generate previews for the following filetypes: * Cover of MP3 files * Text documents -.. note:: Technically Nextcloud can also generate the previews - of other file types such as PDF, SVG or various office documents. - Due to security concerns those providers have been disabled by - default and are considered unsupported. - While those providers are still available, we discourage enabling - them, and they are not documented. +.. note:: Nextcloud can also generate previews of other file types (such as PDF, SVG, + various Office document formats, and various video formats). Due to security and + performance concerns those providers are disabled by default. While those providers + are still available, we discourage enabling them and they are considered unsupported. + The full list of the preview providers that are enabled by default (as well as those + disabled by default) can be found under the ``enabledPreviewProviders`` + :doc:`configuration parameter `. Parameters ----------