Zum Inhalt springen

TypoScript

Aus Foxwiki

TypoScrip

TypoScript ist eine Konfigurationssprache

  • Ausgabe von Inhalt wird mit TypoScript gesteuert
Objektorientierte Syntax

Beispiel

page = PAGE
page.10 = TEXT
page.10.value = Hallo Welt!

Ausgabe

Hallo Welt!