[TYPO3-german] Backend Layouts entfernen

Matthias Eberlein skydivematy at gmail.com
Sat May 3 18:53:05 CEST 2014


Nachtrag.

Du kannst auch in der BackendLayout file das nochmal das Layout Seiten/tree Id spezifisch beeinflussen.

backend_layout {
	colCount = 4
	rowCount = 2
	rows {
		1 {
			columns {
				1 {
					name = Sidebar Left (25 %) 
					colPos = 1
					allowed = 
				}
				2 {
					name = Main Content Right (75 %)
					colPos = 0
					colspan = 3
					allowed = 
				}
			}
		}
	}
}

[PIDinRootline = 3] 
backend_layout.rows.1.columns.2 > 
[GLOBAL]


More information about the TYPO3-german mailing list