Bug #97669
Updated by Oliver Hader over 2 years ago
Using deferred content rendering for the page title does not work, since @<!--INT_SCRIPT.12345 -->@ will be HTML-encoded in @PageRenderer@ and corresponding post-processors in @TypoScriptFrontendController@ are not considering @&lt--INT_SCRIPT.12345 --&gt@. @&t;lt;--INT_SCRIPT.12345 --&t;gt;@. <pre> config { noPageTitle = 1 pageTitle.cObject = COA_INT pageTitle.cObject { 10 = TEXT 10.value = Page Title created during content rendering } } </pre>