Project

General

Profile

Actions

Bug #99541

closed

TypoScript object references can not be nested

Added by Roman Büchler over 1 year ago. Updated about 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
Start date:
2023-01-14
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The following TS setup

lib.ceBase = TEXT
lib.ceBase.wrap = Base content element wraps |

lib.ceExtendedBase =< lib.ceBase
lib.ceExtendedBase.wrap2 = | with something appended

lib.ceBase.wrap3 = [someone wraps this] | [further]

page.100 =< lib.ceExtendedBase
page.100.value = <h1>Test</h1>

doesn't yield any content. Until TYPO3 v11 the following has been rendered:

[someone wraps this]Base content element wraps<h1>Test</h1>with something appended[further]
Actions #1

Updated by Benni Mack about 1 year ago

  • Target version changed from 12.2 to 12.3
Actions #2

Updated by Georg Ringer about 1 year ago

  • Status changed from New to Closed

this has been fixed in the meantime, just tested with your code! thanks for that!

Actions

Also available in: Atom PDF