Zum Inhalt springen

TypoScript: Unterschied zwischen den Versionen

Aus Foxwiki
Die Seite wurde neu angelegt: „Kategorie:Typo3
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
== 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!
[[Kategorie:Typo3]]
[[Kategorie:Typo3]]

Version vom 25. Juli 2025, 13:18 Uhr

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!