chaoswest.tv/models/post.ini

26 lines
309 B
INI
Raw Normal View History

2022-01-20 23:51:09 +01:00
[model]
name = Blog Post
label = {{ this.title }}
hidden = yes
[fields.title]
2022-05-01 14:51:42 +02:00
label = Title
2022-01-20 23:51:09 +01:00
type = string
size = large
2022-05-01 14:51:42 +02:00
[fiels.tags]
label = Tags
type = strings
2022-01-20 23:51:09 +01:00
2022-05-01 14:51:42 +02:00
[fields.date]
label = Date
2022-01-20 23:51:09 +01:00
type = date
[fields.preview]
label = Preview
2022-05-08 11:57:02 +02:00
type = pythonmarkdown
2022-01-20 23:51:09 +01:00
[fields.body]
label = Body
2022-05-08 11:57:02 +02:00
type = pythonmarkdown