update Layouts

This commit is contained in:
2020-12-06 13:56:46 +01:00
parent 463e4c05c5
commit b5ee5c33c1
23 changed files with 386 additions and 33 deletions
@@ -8,7 +8,7 @@ mod {
title = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.home
config {
backend_layout {
colCount = 1
colCount = 3
rowCount = 2
rows {
1 {
@@ -16,21 +16,30 @@ mod {
1 {
name = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.column.normal
colPos = 0
colspan = 3
}
}
}
2 {
columns {
1 {
name = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.column.footer
name = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.column.footer-left
colPos = 200
}
2 {
name = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.column.footer-center
colPos = 201
}
3 {
name = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.column.footer-right
colPos = 202
}
}
}
}
}
}
icon = EXT:sitepackage/Resources/Public/Icons/BackendLayouts/example.svg
icon = EXT:sitepackage/Resources/Public/Icons/BackendLayouts/home.svg
}
}
}