ds-site/Configuration/PageTSconfig/Mod/WebLayout/BackendLayouts/Full.tsconfig

23 lines
528 B
Text
Raw Normal View History

2020-01-23 10:06:00 +01:00
mod.web_layout.BackendLayouts {
full {
title = Full
icon = content-panel
config {
backend_layout {
colCount = 1
rowCount = 1
rows {
1 {
columns {
1 {
name = Content
colPos = 0
}
}
}
}
}
}
}
}