50 lines
770 B
INI
50 lines
770 B
INI
[model]
|
|
name = Entry
|
|
label = {{ this.title }}
|
|
|
|
[fields.title]
|
|
label = Title
|
|
type = string
|
|
|
|
[fields.date]
|
|
label = Date
|
|
type = date
|
|
|
|
[fields.updated]
|
|
label = Updated
|
|
type = date
|
|
|
|
[fields.author]
|
|
label = Author
|
|
type = string
|
|
|
|
[fields.tags]
|
|
label = Tags
|
|
type = checkboxes
|
|
source = site.query('/tags')
|
|
item_label = {{ this.title }}
|
|
description = Select tags from the controlled vocabulary in content/tags.
|
|
|
|
[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
|
|
|
|
[fields.published_urls]
|
|
label = Published URLs
|
|
type = strings
|
|
description = Add one complete URL per line.
|