19 lines
215 B
INI
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
|