Files
Labyricorn 2b4eb9f0f6
Deploy production / deploy (push) Successful in 1s
Add controlled tag taxonomy and filters
2026-08-11 22:01:22 -07:00

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.