35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
#
|
|
# BACKENDLAYOUT: EXAMPLE
|
|
#
|
|
mod {
|
|
web_layout {
|
|
BackendLayouts {
|
|
default {
|
|
title = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.default
|
|
config {
|
|
backend_layout {
|
|
colCount = 2
|
|
rowCount = 1
|
|
rows {
|
|
1 {
|
|
columns {
|
|
1 {
|
|
name = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.column.normal
|
|
colPos = 0
|
|
}
|
|
2 {
|
|
name = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.column.marginal
|
|
colPos = 1
|
|
width = 25%
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
icon = EXT:sitepackage/Resources/Public/Icons/BackendLayouts/example.svg
|
|
}
|
|
}
|
|
}
|
|
}
|