Actions
Feature #36317
closed[page|layout = 1] should be able to handle "non-equal" expression
Start date:
2012-04-19
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Since TYPO3 4.5 you have added a condition which can be used in tsconfig:
A new condition is available for the current page record in PageTS. This allows settings for example like this:
mod.SHARED.colPos_list = 0 [page|layout = 1] mod.SHARED.colPos_list = 1,0 [global]
This works great!
But if you want to use "not equal" (!=) it is not working. Example:
[page|uid != 1] # do anything [global]
Using <> instead of != works neither.
Actions