Project

General

Profile

Actions

Feature #42614

closed

condition for treeLevel does not support comparisons other than equal

Added by Stefan Neufeind over 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
TypoScript
Target version:
-
Start date:
2012-11-02
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

The treeLevel-condition only supports equal-check against one or more values

Not working:
[treeLevel > 0]

Workaround:
[treeLevel = 1,2,3,4,5]

Also not working:
[treeLevel < 3]
[treeLevel != 1]

Actions

Also available in: Atom PDF