From 55b90245696b12702044d8465cde5acd9f4e85f0 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Mon, 20 Apr 2020 14:15:18 +0000 Subject: Fix that thumbnail support for PDF attachments may not be detected (#33283). Patch by VVD VVD. git-svn-id: http://svn.redmine.org/redmine/trunk@19712 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/configuration.yml.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/configuration.yml.example') diff --git a/config/configuration.yml.example b/config/configuration.yml.example index a8b6be83c..5dbb7170c 100644 --- a/config/configuration.yml.example +++ b/config/configuration.yml.example @@ -179,6 +179,10 @@ default: # the ImageMagick's `convert` binary. Used to generate attachment thumbnails. #imagemagick_convert_command: + # Absolute path (e.g. /usr/bin/gs, c:/ghostscript/gs.exe) to + # the `gs` binary. Used to generate attachment thumbnails of PDF files. + #gs_command: + # Configuration of MiniMagick font. # # Redmine uses MiniMagick in order to export a gantt chart to a PNG image. -- cgit v1.2.3