Task #48362

Work Package #48275: TypoScript consistency

(maybe) rename "matcher" to "if"

Added by Sebastian Kurfuerst about 2 years ago. Updated about 2 years ago.

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

related to TYPO3.TypoScript - Task #48359: Simple Value / Eel Expression / TypoScript Object Interop... Resolved 2013-05-17

History

#1 Updated by Jacob Floyd about 2 years ago

Which would probably be written as:

foo = If {
  condition = ${...}
  then = ...
  else = ...
}

Also available in: Atom PDF