Skip to content
Snippets Groups Projects
Commit bb117a01 authored by Mathias Brodala's avatar Mathias Brodala Committed by Susanne Moog
Browse files

[BUGFIX] EXT:form - respect class for file upload field

Resolves: #83260
Releases: master, 8.7
Change-Id: I04c0bfa08ceb19ed0f797107ac307b06a77b4dcb
Reviewed-on: https://review.typo3.org/54991


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarBjoern Jacob <bjoern.jacob@tritum.de>
Tested-by: default avatarBjoern Jacob <bjoern.jacob@tritum.de>
Reviewed-by: default avatarSusanne Moog <susanne.moog@typo3.org>
Tested-by: default avatarSusanne Moog <susanne.moog@typo3.org>
parent d7e560a1
Branches
Tags
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
property="{element.identifier}" property="{element.identifier}"
as="resource" as="resource"
id="{element.uniqueIdentifier}" id="{element.uniqueIdentifier}"
class="{element.properties.elementClassAttribute}"
additionalAttributes="{formvh:translateElementProperty(element: element, property: 'fluidAdditionalAttributes')}" additionalAttributes="{formvh:translateElementProperty(element: element, property: 'fluidAdditionalAttributes')}"
accept="{element.properties.allowedMimeTypes}" accept="{element.properties.allowedMimeTypes}"
> >
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment