26 lines
296 B
INI
26 lines
296 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 = markdown
|
|
|
|
[fields.body]
|
|
label = Body
|
|
type = markdown
|