TYPO3 / Fluid

Fluid template rendering engine - Standalone version
GNU Lesser General Public License v3.0
151 stars 93 forks source link

[BUGFIX] Re-enable arbitrary aria- and data- arguments #872

Closed s2b closed 2 months ago

s2b commented 2 months ago

A previous optimation broke the ability to use arbitrary ViewHelper attributes in TagBasedViewHelpers that start with aria- and data-. This patch re-implements this functionality.

A following patch will allow all arbitrary attributes for TagBasedViewHelpers. This is a pre-patch to fix the existing regression in Fluid.