Bug #94424
closedTCA description not overridden with TCFORM config
0%
Description
Try to override a field description through TCEFORM, but the description is not set nor overridden.
TsConfig sample :
TCEFORM.tt_content.header { label = Overridden label description = Overridden description }
The label is overridden but the description isn't.
Typo3 version : 10.4.17
Updated by Oliver Bartsch over 3 years ago
- Status changed from New to Closed
Hi, thanks for your report. This is actually a missing feature, which was added in #93794.
Unfortunately, features won't be backported, so this will not be available in v10. However, as you can see in the referenced patch, it's just a new FormDataProvider, which is public FormEngine API and could therefore easily be implemented in your own site extension for your v10 project(s).
I'll therefore close this issue. If you think that this is the wrong decision or encounter a similar problem, please reopen it or open a new issue with a reference to this one.
Updated by Oliver Bartsch over 3 years ago
- Related to Feature #93794: TCA field description is not configurable via TSconfig added
Updated by Oliver Bartsch over 3 years ago
- Related to deleted (Feature #93794: TCA field description is not configurable via TSconfig)
Updated by Oliver Bartsch over 3 years ago
- Is duplicate of Feature #93794: TCA field description is not configurable via TSconfig added