DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Use as TypoScript-Object

It's possible to use toctoc_comments as TypoScript Object. Important condition: optionalRecordId needs to be setup.

Example

TSObj.toctoc_comments >
TSObj.toctoc_comments = COA
tmptoctoc_comments = COA
tmptoctoc_comments {
10 = USER
10 < plugin.tx_toctoccomments_pi1
10 {
optionalRecordId = tt_news_76
}
}
TSObj.toctoc_comments < tmptoctoc_comments