Bug #87033
closedconfig.htmlTag_setParams overrides all existing attributes
100%
Description
The new Site handling functionality should ideally avoid
TypoScript conditions as much as possible. However,
if someone wanted to add attributes via config.htmlTag_setParams
all language-dependant properties (e.g. dir and lang) which
are generated by the site configuration are gone, leading to the
way of having to workaround this issue by using stdWrap or conditions).
So, in order to add a "amp=true" attribute to your HTML tag, you need to add
conditions if you want to keep the "dir" (language-dependant) attribute as well.
Updated by Gerrit Code Review almost 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58976
Updated by Gerrit Code Review almost 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58976
Updated by Benni Mack almost 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8a811b6e3fcb76256888cb83409cf56a4a0b7191.
Updated by Riccardo De Contardi almost 6 years ago
- Related to Task #86854: Allow adding custom attributes on HTML-Tag added