From 8aaa76181975d426e63c19266f37567e60c227b6 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 26 Jul 2024 02:51:22 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index a01164d3d..424a3860f 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1946,7 +1946,13 @@ preview_imaginary_url Set the URL of the Imaginary service to send image previews to. -Also requires the ``OC\Preview\Imaginary`` provider to be enabled. +Also requires the + - ``OC\Preview\Imaginary`` +provider to be enabled in the 'enabledPreviewProviders' array, to create previews for these mimetypes: +bmp, x-bitmap, png, jpeg, gif, heic, heif, svg+xml, tiff, webp and illustrator. +If you want Imaginary to also create preview images from PDF Documents, you have to add + - ``OC\Preview\ImaginaryPDF`` +provider as well. See https://github.com/h2non/imaginary