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}"