feat: add Home Page layout and styles, including header behavior and language support
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
mod.web_layout.BackendLayouts {
|
||||
home_page {
|
||||
title = LLL:EXT:base/Resources/Private/Language/locallang_be.xlf:backend_layout.home_page
|
||||
icon = EXT:base/Resources/Public/Images/BackendLayouts/default.png
|
||||
config {
|
||||
backend_layout {
|
||||
colCount = 1
|
||||
rowCount = 1
|
||||
rows {
|
||||
1 {
|
||||
columns {
|
||||
1 {
|
||||
name = LLL:EXT:base/Resources/Private/Language/locallang_be.xlf:backend_layout.column.content
|
||||
colPos = 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user