Actions
Feature #24047
closedOptimize stdWrap usage for TypoScript content element MEDIA
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 MEDIA by
adding stdWrap to the parameters
renderType
parameter.mmRenderType
parameter.mmForcePlayer
forcePlayer
parameter.mmType
type
parameter.mmWidth
parameter.mmHeight
width
height
that have been missing stdWrap properties.
optimizing the usage of stdWrap for the parameters
flexParams
parameter.mmFile
file
stdWrap
so that stdWrap will only be executed when there is a "dotted" key
flexParams.
parameter.mmFile.
file.
stdWrap.
available.
(issue imported from #M16381)
Files
Actions