Actions
Bug #97669
closedHandle COA_INT in config.pageTitle TypoScript assignment
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2022-05-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Using deferred content rendering for the page title does not work, since @ will be HTML-encoded in @PageRenderer
and corresponding post-processors in TypoScriptFrontendController
are not considering <--INT_SCRIPT.12345 -->
.
config { noPageTitle = 1 pageTitle.cObject = COA_INT pageTitle.cObject { 10 = TEXT 10.value = Page Title created during content rendering } }
Actions