Extend page layout/template
This commit is contained in:
+17
-1
@@ -67,7 +67,7 @@ mod {
|
||||
config {
|
||||
backend_layout {
|
||||
colCount = 1
|
||||
rowCount = 2
|
||||
rowCount = 4
|
||||
rows {
|
||||
1 {
|
||||
columns {
|
||||
@@ -85,6 +85,22 @@ mod {
|
||||
}
|
||||
}
|
||||
}
|
||||
3 {
|
||||
columns {
|
||||
1 {
|
||||
name = Content volle Breite
|
||||
colPos = 4
|
||||
}
|
||||
}
|
||||
}
|
||||
4 {
|
||||
columns {
|
||||
1 {
|
||||
name = Content
|
||||
colPos = 2
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user