Actions
Feature #24065
closedOptimize stdWrap usage for TypoScript content element SVG
Start date:
2010-11-15
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
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 SVG by
optimizing the usage of the parameters
width
height
src
value
noscript
so that stdWrap will only be executed when there is a "dotted" key
width.
height.
src.
value.
noscript.
available.
Adding stdWrap to the element itself.
(issue imported from #M16402)
Files
Actions