Project

General

Profile

Actions

Bug #97669

closed

Handle COA_INT in config.pageTitle TypoScript assignment

Added by Oliver Hader almost 2 years ago. Updated over 1 year ago.

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 &lt--INT_SCRIPT.12345 --&gt.

config {
  noPageTitle = 1
  pageTitle.cObject = COA_INT
  pageTitle.cObject {
    10 = TEXT
    10.value = Page Title created during content rendering
  }
}
Actions

Also available in: Atom PDF