chaoswest.tv/models/post.ini

26 lines
309 B
INI

[model]
name = Blog Post
label = {{ this.title }}
hidden = yes
[fields.title]
label = Title
type = string
size = large
[fiels.tags]
label = Tags
type = strings
[fields.date]
label = Date
type = date
[fields.preview]
label = Preview
type = pythonmarkdown
[fields.body]
label = Body
type = pythonmarkdown