# # Mod Config # mod { # # Backend layouts # web_layout.BackendLayouts { header_content { title = Header & Content config.backend_layout { colCount = 1 rowCount = 2 rows { 1 { columns { 1 { name = Header colPos = 3 colspan = 1 # # Content defender # disallowed { CType = 1col-container, 2cols-with-header-container, 3cols-container } } } } 2 { columns { 1 { name = Content colPos = 0 colspan = 1 } } } } } } iframe { title = iFrame config.backend_layout { colCount = 1 rowCount = 1 rows { 1 { columns { 1 { name = Content colPos = 0 colspan = 1 } } } } } } } }