ds-site/Configuration/PageTSconfig/Mod/WebLayout/BackendLayouts/BlogPost.tsconfig

47 lines
1.3 KiB
Text
Raw Normal View History

2019-11-13 23:40:26 +01:00
mod.web_layout.BackendLayouts {
blog_post {
title = Blog Post
icon = content-news
config {
backend_layout {
colCount = 1
2019-11-15 13:17:22 +01:00
rowCount = 4
2019-11-13 23:40:26 +01:00
rows {
1 {
columns {
1 {
name = Introduction
colPos = 50
}
}
}
2 {
columns {
1 {
name = Content
colPos = 0
}
}
}
3 {
columns {
1 {
2019-11-15 13:17:22 +01:00
name = Acknowledgements
2019-11-13 23:40:26 +01:00
colPos = 100
}
}
}
2019-11-15 13:17:22 +01:00
4 {
columns {
1 {
name = Further reading
colPos = 200
}
}
}
2019-11-13 23:40:26 +01:00
}
}
}
}
}