Add controlled tag taxonomy and filters
Deploy production / deploy (push) Successful in 1s

This commit is contained in:
2026-08-11 22:01:22 -07:00
parent bdcad1321f
commit 2b4eb9f0f6
26 changed files with 438 additions and 36 deletions
+4 -1
View File
@@ -20,7 +20,10 @@ type = string
[fields.tags]
label = Tags
type = strings
type = checkboxes
source = site.query('/tags')
item_label = {{ this.title }}
description = Select tags from the controlled vocabulary in content/tags.
[fields.kicker]
label = Type
+18
View File
@@ -0,0 +1,18 @@
[model]
name = Tag Index
label = {{ this.title }}
[children]
order_by = title
[fields.title]
label = Title
type = string
[fields.eyebrow]
label = Eyebrow
type = string
[fields.summary]
label = Summary
type = text
+11
View File
@@ -0,0 +1,11 @@
[model]
name = Tag
label = {{ this.title }}
[fields.title]
label = Display Name
type = string
[fields.summary]
label = Summary
type = text