From: Henry Singleton Date: Tue, 2 Aug 2016 01:51:02 +0000 (+1000) Subject: [TASK] Update fluid image viewhelper documentation X-Git-Tag: TYPO3_8-3-0~167 X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/commitdiff_plain/1c4a1ca5e0d027bcf01c4b17e4b8a2ba3989ca1a [TASK] Update fluid image viewhelper documentation Adds PDF file example to the fluid "image" viewhelper documentation. This demonstrates a capability of the image viewhelper that isn't currently explained in the documentation. Change-Id: Ice82c005ec66173c19d0f29efe069d23b3f46fdc Resolves: #77348 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/49292 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Benni Mack Tested-by: Benni Mack --- diff --git a/typo3/sysext/fluid/Classes/ViewHelpers/ImageViewHelper.php b/typo3/sysext/fluid/Classes/ViewHelpers/ImageViewHelper.php index 914906bf19ac..4096bd12e445 100644 --- a/typo3/sysext/fluid/Classes/ViewHelpers/ImageViewHelper.php +++ b/typo3/sysext/fluid/Classes/ViewHelpers/ImageViewHelper.php @@ -46,7 +46,15 @@ use TYPO3\CMS\Core\Resource\FileReference; * (depending on your TYPO3s encryption key) * * - * + * + * + * + * + * If your graphics processing library is set up correctly then it will output a thumbnail of the first page of your PDF document. + * foo + * + * + * * * *