diff options
author | Go MAEDA <maeda@farend.jp> | 2020-04-20 14:15:18 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-04-20 14:15:18 +0000 |
commit | 55b90245696b12702044d8465cde5acd9f4e85f0 (patch) | |
tree | 380c0203b62f82f0d003861c5ae6994da5d20832 /config/configuration.yml.example | |
parent | 0421636cd7622d9b1716451debd3d84ff0c34ac8 (diff) | |
download | redmine-55b90245696b12702044d8465cde5acd9f4e85f0.tar.gz redmine-55b90245696b12702044d8465cde5acd9f4e85f0.zip |
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
Diffstat (limited to 'config/configuration.yml.example')
-rw-r--r-- | config/configuration.yml.example | 4 |
1 files changed, 4 insertions, 0 deletions
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. |