31 lines
392 B
INI
31 lines
392 B
INI
[model]
|
|
name = Entry
|
|
label = {{ this.title }}
|
|
|
|
[fields.title]
|
|
label = Title
|
|
type = string
|
|
|
|
[fields.date]
|
|
label = Date
|
|
type = date
|
|
|
|
[fields.kicker]
|
|
label = Type
|
|
type = select
|
|
choices = Blog, Article, Project
|
|
choice_labels = Blog, Article, Project
|
|
|
|
[fields.summary]
|
|
label = Summary
|
|
type = text
|
|
|
|
[fields.body]
|
|
label = Body
|
|
type = markdown
|
|
|
|
[fields.external_url]
|
|
label = External URL
|
|
type = url
|
|
|