Add hint about "fileinfo" module being required for theming

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 <danxuliu@gmail.com>
This commit is contained in:
Daniel Calviño Sánchez
2022-07-25 20:42:34 +02:00
parent 7132d6c448
commit bf110d7bae

View File

@@ -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)