ViewHelper Documentation
cObject
This ViewHelper renders CObjects from the global TypoScript configuration.
= Examples =
<f:cObject typoscriptObjectPath="lib.someLibObject" />
<f:cObject typoscriptObjectPath="lib.customHeader" data="{article}" current="{article.title}" />
{article -> f:cObject(typoscriptObjectPath: 'lib.customHeader')}
Arguments
typoscriptObjectPath string, required
the TypoScript setup path of the TypoScript object to render
data anySimpleType, required
the data to be used for rendering the cObject. Can be an object, array or string. If this argument is not set, child nodes will be used
currentValueKey string, required
table string, required