Project

General

Profile

Actions

Bug #100399

open

Constant substitution in stdWrap.data

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

Status:
Needs Feedback
Priority:
Should have
Assignee:
-
Category:
TypoScript
Start date:
2023-04-03
Due date:
% Done:

0%

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

Description

The following results in an empty output:

page.200 = TEXT
page.200.data = $myConstant

Where the following shows the value from $myConstant:

page.210 = TEXT
page.210.dataWrap = {$myConstant}

According the description from dataWrap data should return as well the value from $myConstant.
See: https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/Functions/Stdwrap.html#datawrap

Actions

Also available in: Atom PDF