TCCI Exam

TYPO3 CMS Certified Integrator (TCCI)

Question 1 of 20 Time: 90:00
Select 1 answer(s)

Replace “???” in the TypoScript code below so that the code outputs AB in the frontend.

 

lib.obj = COA
lib.obj {
  10 = COA
  10.10 = TEXT
  10.10.value = A
  10.20 < .10
}
page = PAGE
page.10 = COA
page.10 {
  10 =< lib.obj
  ???
}