TCCD Exam

TCCD Exam

TYPO3 CMS Certified Developer (TCCD)

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

Replace “???” in the TypoScript code below to make the value of the FlexForm property settings.foobar available as lib.flexformContent.

 

lib.flexformContent = CONTENT
lib.flexformContent {
  table = tt_content
  select.pidInList = this
  renderObj = COA
  renderObj {
    10 = TEXT
    ???
  }
}