38 lines
1.3 KiB
Plaintext
38 lines
1.3 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 = 1
|
|
rowCount = 2
|
|
rows {
|
|
1 {
|
|
columns {
|
|
1 {
|
|
name = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.column.normal
|
|
colPos = 0
|
|
}
|
|
}
|
|
}
|
|
2 {
|
|
columns {
|
|
1 {
|
|
name = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.column.footer
|
|
colPos = 200
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
icon = EXT:sitepackage/Resources/Public/Icons/BackendLayouts/example.svg
|
|
}
|
|
}
|
|
}
|
|
}
|