TYPO3 TypoScript dead simple content rendering template

raw

README.rst

  • enable "Rootlevel" setting
  • include "CSS Styled Content" template
raw

setup.ts

1
2
3
4
5
6
7
8
9
10
11
12
page = PAGE
page {
  5 = TEXT
  5.value = Test
  
  10 = CONTENT
  10.table = tt_content
  10.select {
    orderBy = sorting
  }
}
 
Christian Weiske Christian Weiske
owner

History