Project

General

Profile

Actions

Bug #61275

closed

It is not possible to reference TMENUs

Added by Krue Mel over 9 years ago. Updated over 9 years ago.

Status:
Rejected
Priority:
Could have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2014-08-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:

Description

A TMENU can not be referenced:

lib.navigationMenu.stdLevel = TMENU
lib.navigationMenu.stdLevel {
wrap = <ul>|</ul>
NO = 1
NO.wrapItemAndSub = <li>|</li>
ACT = 1
ACT.wrapItemAndSub = <li class="active">|</li>
CUR = 1
CUR.wrapItemAndSub = <li class="current">|</li>
}

lib.navigationMenu.level_0 =< lib.navigationMenu.stdMenu
lib.navigationMenu.level_0.10 {
entryLevel = 0
1 =< lib.navigationMenu.stdLevel # this reference is not working
1.wrap >
}

Replacing the reference operator with the copy operator words as expected.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #63894: Evaluate reference handling on TS parser levelRejected2014-12-14

Actions
Actions

Also available in: Atom PDF