Actions
Feature #24053
closedOptimize stdWrap usage for TypoScript content element QTOBJECT
Start date:
2010-11-14
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 QTOBJECT by
adding stdWrap to the parameter
type
that have been missing stdWrap properties.
optimizing the usage of stdWrap for the parameters
alternativeContent
layout
width
height
so that stdWrap will only be executed when there is a "dotted" key
alternativeContent.
layout.
width.
height.
available.
(issue imported from #M16387)
Files
Updated by Jo Hasenau about 14 years ago
Attached V2 that adds the missing stdWrap to the element itself.
Actions