| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- #
- # 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
- }
- }
- }
- }
- }
- }
- }
- }
|