Feature #23890
closedOptimize stdWrap usage for TypoScript content element CONTENT
0%
Description
One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements and optimize the current usage of stdWrap functions.
The attached patch will improve the element CONTENT by
adding stdWrap to the parameters
slide
slide.collect
slide.collectReverse
slide.collectFuzzy
that have been missing stdWrap properties.
adding stdWrap to the standalone call of the wrap function, since it should correspond to behaviour of stdWrap.wrap, which is now stdWrap aware.
optimizing the usage of the parameter
wrap
so that wrap will only be executed when there is a wrap available.
Additionally the check for the table prefix has been changed from a lot of different substr calls to trimExplode followed by inList.
(issue imported from #M16191)
Files