Feature #23897
closedOptimize stdWrap usage for TypoScript content element FLUIDTEMPLATE
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 CASE by
adding stdWrap to the parameters
extbase.pluginName
extbase.controllerExtensionName
extbase.controllerName
extbase.controllerActionName
that have been missing stdWrap properties.
optimizing the usage of stdWrap for the parameters
file
layoutRootPath
partialRootPath
stdWrap
so that stdWrap will only be executed when there is a "dotted" key
file.
layoutRootPath.
partialRootPath.
stdWrap.
available.
(issue imported from #M16198)
Files
Updated by Jo Hasenau about 14 years ago
The attached patch will improve the element FLUIDTEMPLATE - not CASE
Updated by Ernesto Baschny about 14 years ago
Fixed in the refactoring of #23874 already. Committed to trunk in rev. 9242.