From d35fb11400c529a76d5336e885ebdd31d152da41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Mon, 25 Jul 2022 20:42:34 +0200 Subject: [PATCH] Add hint about "fileinfo" module being required for theming MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Theming app requires the "mime_content_type" function, which is part of the "fileinfo" module, to identify the mime type of the custom images. Moreover, if the "imagick" module is installed and it has support for SVG files a rasterized counterpart will be generated for the SVG app icons. In this case "mime_content_type" is used to identify the mime type of the original icon. Signed-off-by: Daniel Calviño Sánchez --- admin_manual/installation/source_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index ff320abfed1..d3a63f9896c 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -60,7 +60,7 @@ Database connectors (pick the one for your database:) *Recommended* packages: -* PHP module fileinfo (highly recommended, enhances file analysis performance) +* PHP module fileinfo (highly recommended, enhances file analysis performance; required to set custom theming images or if PHP module imagick with SVG support is installed) * PHP module bz2 (recommended, required for extraction of apps) * PHP module intl (increases language translation performance and fixes sorting of non-ASCII characters)