62 lines
867 B
INI
62 lines
867 B
INI
[model]
|
|
name = Project Devlog Entry
|
|
label = {{ this.title }}
|
|
hidden = yes
|
|
|
|
[fields.schema_version]
|
|
label = Publishing schema
|
|
type = integer
|
|
|
|
[fields.title]
|
|
label = Title
|
|
type = string
|
|
size = large
|
|
|
|
[fields.date]
|
|
label = Publication date
|
|
type = date
|
|
|
|
[fields.author]
|
|
label = Author
|
|
type = string
|
|
|
|
[fields.summary]
|
|
label = Summary
|
|
type = text
|
|
|
|
[fields.tags]
|
|
label = Topics
|
|
type = strings
|
|
|
|
[fields.topic_tags]
|
|
label = Imported topics
|
|
type = strings
|
|
|
|
[fields.topic_labels]
|
|
label = Topic display labels
|
|
type = strings
|
|
|
|
[fields.topic_tag_slugs]
|
|
label = Approved topic tags
|
|
type = strings
|
|
|
|
[fields.kicker]
|
|
label = Type
|
|
type = string
|
|
|
|
[fields.source_commit]
|
|
label = Source commit
|
|
type = string
|
|
|
|
[fields.source_commit_url]
|
|
label = Source commit URL
|
|
type = url
|
|
|
|
[fields.source_commit_time]
|
|
label = Source commit time
|
|
type = datetime
|
|
|
|
[fields.body]
|
|
label = Body
|
|
type = markdown
|