Actions
Bug #100399
openConstant substitution in stdWrap.data
Status:
Needs Feedback
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
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