From 80cf626b6a588740465506a321b669ee1cb36b98 Mon Sep 17 00:00:00 2001 From: Benjamin Kott Date: Thu, 8 Mar 2018 15:22:52 +0100 Subject: [PATCH] [BUGFIX] Assign elementClassAttribute to ImageUpload element Resolves: #84179 Releases: master, 8.7 Change-Id: I061674ab878dbfbd2483c17e46a48e2f606ddd87 Reviewed-on: https://review.typo3.org/56061 Tested-by: TYPO3com Reviewed-by: Susanne Moog Tested-by: Susanne Moog Reviewed-by: Andreas Fernandez Tested-by: Andreas Fernandez --- .../form/Resources/Private/Frontend/Partials/ImageUpload.html | 1 + 1 file changed, 1 insertion(+) diff --git a/typo3/sysext/form/Resources/Private/Frontend/Partials/ImageUpload.html b/typo3/sysext/form/Resources/Private/Frontend/Partials/ImageUpload.html index 744110b80956..8df613a6ee48 100644 --- a/typo3/sysext/form/Resources/Private/Frontend/Partials/ImageUpload.html +++ b/typo3/sysext/form/Resources/Private/Frontend/Partials/ImageUpload.html @@ -5,6 +5,7 @@ property="{element.identifier}" as="image" id="{element.uniqueIdentifier}" + class="{element.properties.elementClassAttribute}" errorClass="{element.properties.elementErrorClassAttribute}" additionalAttributes="{formvh:translateElementProperty(element: element, property: 'fluidAdditionalAttributes')}" accept="{element.properties.allowedMimeTypes}"