Project

General

Profile

Actions

Bug #87130

closed

TMENU target is not working

Added by David Bruchmann over 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
TypoScript
Target version:
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

Also available in: Atom PDF