This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -0,0 +1,11 @@
|
||||
[model]
|
||||
name = Tag
|
||||
label = {{ this.title }}
|
||||
|
||||
[fields.title]
|
||||
label = Display Name
|
||||
type = string
|
||||
|
||||
[fields.summary]
|
||||
label = Summary
|
||||
type = text
|
||||
Reference in New Issue
Block a user