Files
dialog-relations-website/packages/base/Configuration/Sets/SitePackage/PageTsConfig/BackendLayouts/default.tsconfig

48 lines
1.7 KiB
Plaintext

#
# BACKENDLAYOUT: DEFAULT
#
mod {
web_layout {
BackendLayouts {
default {
title = Default
config {
backend_layout {
colCount = 12
rowCount = 2
rows {
1 {
columns {
1 {
name = LLL:EXT:base/Resources/Private/Language/locallang_be.xlf:backend_layout.column.normal
colPos = 0
colspan = 12
identifier = main
}
}
}
2 {
columns {
1 {
name = Footer Left
colPos = 90
colspan = 6
identifier = footer-left
}
2 {
name = Footer Right
colPos = 91
colspan = 6
identifier = footer-right
}
}
}
}
}
}
icon = EXT:test/Resources/Public/Icons/BackendLayouts/example.svg
}
}
}
}