[TYPO3-english] pt_extlist with condition if else
Sebastian Gärtner
sg at esea.co.tz
Tue Mar 31 09:07:27 CEST 2015
Hello
I have the following typoscript setup for pt_extlist
15{
label = UNTIL
columnIdentifier = years_paid
fieldIdentifier = years_paid
renderObj = TEXT
renderObj {
field = years_paid
10 = TEXT
10.value = <strong>|</strong>
10.if {
value = 2016
isInList.field = years_paid
}
}
}
BUt its not working. I want to basically wrap something around if the value of years_paid is 2016
More information about the TYPO3-english
mailing list