Actions
Bug #87130
closedTMENU target is not working
Start date:
2018-12-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
According to the documentation https://docs.typo3.org/typo3cms/TyposcriptReference/latest/MenuObjects/Tmenu/Index.html for a TMENU a target can be entered.
In Version 9.5.1 this has no impact.
20 = HMENU 20 { entryLevel = 0 1 = TMENU 1 { target = _top NO { text = nav_title // title wrapItemAndSub = <li>|</li> } } }
Also 'altTarget' for TMENUITEM is not working
20 = HMENU 20 { entryLevel = 0 1 = TMENU 1 { target = _top NO { text = nav_title // title wrapItemAndSub = <li>|</li> altTarget = someTarget } } }
Actions