Skip to content

Commit

Permalink
[BUGFIX] Assign elementClassAttribute to ImageUpload element
Browse files Browse the repository at this point in the history
Resolves: #84179
Releases: master, 8.7
Change-Id: I061674ab878dbfbd2483c17e46a48e2f606ddd87
Reviewed-on: https://review.typo3.org/56061
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Susanne Moog <susanne.moog@typo3.org>
Tested-by: Susanne Moog <susanne.moog@typo3.org>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
  • Loading branch information
Benjamin Kott authored and andreaskienast committed Mar 9, 2018
1 parent 4aaf588 commit 80cf626
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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}"
Expand Down

0 comments on commit 80cf626

Please sign in to comment.