Actions
Feature #45867
closedAllow easy conditions against multiple values/a list
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2013-02-26
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently:
[globalVar = GP:L = 3,GP:L = 28,GP:L = 27,GP:L = 24]
Maybe we could introduce some new operator to check against a list?
[globalVar = GP:L in (3,28,27,24)]
Or maybe use some split-syntax?
[globalVar = GP:L = 3|28|27|24]
Actions