Feature: #106415 - Add stdWrap to config.htmlTag.attributes.[attr]
See forge#106415
Description
Each attribute within the TypoScript option
config.
now has all
std
possibilities available.
This option is used to control the attributes of the single
<html>
tag of a rendered page.
Impact
It is now possible to e.g. use a custom
user
,
override
or
get
via TypoScript:
config.htmlTag.attributes.my-attribute = 123
config.htmlTag.attributes.my-attribute.override = 456
Copied!
config.htmlTag.attributes.my-attribute = 123
config.htmlTag.attributes.my-attribute.userFunc = MyVendor\\MyExtension\\HtmlTagEnhancer->overrideMyAttribute
Copied!