/** * columns in Backend. see also TCEFORM.tt_content.colPos */ mod.SHARED.colPos_list = 1,0,2,3 /** * disable function "columns" in standard page-Module. function layout from modernbe should be used. */ mod.web_layout.menu.function.1 = 0 mod.web_txmodernbeM1.menu.function.1 = 0 /** * set fields in backendforms for tt_content * */ TCEFORM.tt_content { colPos { disabled = 0 altLabels { 1 = Left content 0 = Main content 2 = Right content 3 = Teaser } addItems.100 = Footer } }