Actions
Feature #49805
closedAccess extConf in displayCond
Start date:
2013-07-09
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
The displayCond directive allows to disable/enable a tceform field or flexform field based on various conditions.
Until now it's not possible to use the extConf (settings from ext_conf_template.txt) as condition.
Introduce new displayCond: EXT:EXTCONF:[settingsname]:[operator]:[value]
Allow the same operators like FIELD, which are: <, >, <=, >=, REQ, , !, IN, !IN, =, !=
Actions