Feature #15562
closedIntegrate extended TS conditions
0%
Description
Simon Tuck has made the extension "conditions" (Extended TS Conditions) that enables OR and AND conditions in TypoScript. This is very very useful. I for instance use it like the example given in additional info. It also allows for more centralised management of templates.
Simon Tuck has written it according to a suggestion by Kasper:
http://typo3.org/documentation/document-library/doc_core_ts/Implementing_Conditi-1/
Because the extension causes a conflict with the new css_imgtext I would like to have it integrated in class.ux_t3lib_matchCondition.php (without the conflict ;-) ofcourse)
[treeLevel = 0]
pageheader >
[PIDinRootline=5,17] && [treeLevel=3]
pageheader = COA
pageheader {
5= TEXT
5.value = <div id="ch">
7 = TEXT
7.value = {leveltitle:-2}
7.insertData = 1
7.noTrimWrap = | |: |
9 = TEXT
9.value = {page:subtitle}
9.insertData = 1
10 = TEXT
10.value = </div>
}
[global]
(issue imported from #M2476)
No data to display