ds-site/Configuration/PageTSconfig/Mod/WebLayout/BackendLayouts/BlogPost.tsconfig
Daniel Siepmann 1279334ed1 Use PageLayoutHeader hook instead of new PageLayoutView hook
Do not overcomplicate the implementation.
Just add page info to rendered page.
2020-01-08 19:15:08 +01:00

46 lines
1.3 KiB
Text

mod.web_layout.BackendLayouts {
blog_post {
title = Blog Post
icon = content-news
config {
backend_layout {
colCount = 1
rowCount = 5
rows {
1 {
columns {
1 {
name = Introduction
colPos = 50
}
}
}
2 {
columns {
1 {
name = Content
colPos = 0
}
}
}
3 {
columns {
1 {
name = Acknowledgements
colPos = 100
}
}
}
4 {
columns {
1 {
name = Further reading
colPos = 200
}
}
}
}
}
}
}
}