This is an old revision of the document!


Programmieren

PHP

git

Typo3

Tags aus Seitentitel löschen

page {
# STANDARD SEITENTITEL ABSCHALTEN
    config.noPageTitle = 1
# SEITENTITEL EINFÜGEN
    headerData.6 = TEXT
    headerData.6.field = title // subtitle
    headerData.6.stdWrap {
        outerWrap = <title>|</title>
        HTMLparser.removeTags = sup
    }
}

Textschnippsel Systemweit suche und Ersetzen

page.stdWrap.parseFunc.short {
  EXAMPLE = Beispiel
}

Quelle: http://www.jochenfroehlich.com/typo3-best-practice/texte-automatisch-ersetzen.html

Edit this page