TYPO3 TypoScript dead simple content rendering template

revision 620c5e10add4b0c4bd17cff9edfbc810a9e05e0a

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
  }
}
 

History