50 lines
687 B
INI
50 lines
687 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.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
|