Task #88414
closedEpic #92641: felogin feature collection
Localization FlexFormParser
0%
Description
To easily access all kinds of translations, without manually checking if they are available, overriden, etc. a FlexFormParser should be implemented. This parser resolves all messages for the current felogin plugin when feature 'felogin.extbase' is enabled.
Updated by Markus Klein about 4 years ago
- Parent task changed from #84262 to #92641
Updated by Torben Hansen over 1 year ago
- Status changed from New to Needs Feedback
The main idea behind this issue (at least as fas as I understand) is to avoid the current construct of rendering the partial RenderLabelOrMessage
in ext:felogin where it is determined, if a label has been overwritten by flexform or should be retrieved via f:translate
ViewHelper.
I however do not agree that we should have a component to parse the flexform and to resolve label values (including overwrites) in backend and pass them as is to frontend. The current solution with the partial
is good and gives integrators more control on message/label rendering.
Updated by Christian Kuhn 11 months ago
- Status changed from Needs Feedback to Closed
Thanks for analysis, Torben. I hope it's ok to close here.