Files
labyricorn-site/models/devlog-entry.ini
T
Labyricorn ec6e21bb25
Deploy production / deploy (push) Successful in 4s
Add repository-owned project publishing
2026-08-11 23:24:55 -07:00

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