47 lines
1.9 KiB
Plaintext
47 lines
1.9 KiB
Plaintext
#
|
|
# BACKENDLAYOUT: EXAMPLE
|
|
#
|
|
mod {
|
|
web_layout {
|
|
BackendLayouts {
|
|
home {
|
|
title = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.home
|
|
config {
|
|
backend_layout {
|
|
colCount = 3
|
|
rowCount = 2
|
|
rows {
|
|
1 {
|
|
columns {
|
|
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-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/home.svg
|
|
}
|
|
}
|
|
}
|
|
}
|