Files
lektor-groupby-plugin/examples/models/page.ini
2022-03-31 04:20:01 +02:00

19 lines
215 B
INI

[model]
name = Page
label = {{ this.title }}
[fields.title]
label = Title
type = string
[fields.tags]
label = Tags
type = strings
testA = true
testB = true
[fields.body]
label = Body
type = markdown
testC = true