[TYPO3-german] News auf jeder Seite [tx_news]

bernd wilke t3ng at bernd-wilke.net
Mon Mar 9 13:51:45 CET 2015


Am 09.03.15 um 12:54 schrieb Patrick N:
> Hallo Bernd,
>
> nein, von Vererbung habe ich in Typo3 bisher noch nichts gehört. Dies
> Kannte ich bisher nur aus diversen Programmiersprachen als C++ ... Aber
> vielen Dank für den Ansatz

in Typoscript ist es recht einfach:

temp.mycontent < styles.content.get
temp.mycontent.slide = -1

bzgl. eigener neuer Spalten für BE-Layouts (zb. Spalte 14)

temp.mycontent < styles.content.get
temp.mycontent {
	// für die neue Spalte 14
	select.where = colPos=14
	// vererbung dieser Spalte:
	slide = -1
}

bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-german mailing list