Actions
Bug #85594
closedTMENU: wrap does not support stdWrap-functionality
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2018-07-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In other places "wrap" also supports stdWrap-functionality. But not so for "wrap" with a TMENU.
Code to reproduce:
page.10 = TEXT
page.10 {
value = HELLO WORLD!
wrap = X{page:uid}|Y
wrap.insertData = 1
}
page.20 = HMENU
page.20.1 = TMENU
page.20.1 {
wrap = A{page:uid}|B
wrap.insertData = 1
}
Actions