Task #48362
Work Package #48275: TypoScript consistency
(maybe) rename "matcher" to "if"
| Status: | New | Start date: | 2013-05-17 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assigned To: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
... so that is maybe could also be used standalone:
foo = If foo.condition = ... foo.then = ... foo.else = ...
... is nicely in sync with #48359
Related issues
History
#1 Updated by Jacob Floyd about 2 years ago
Which would probably be written as:
foo = If {
condition = ${...}
then = ...
else = ...
}