add examples
This commit is contained in:
18
examples/models/page.ini
Normal file
18
examples/models/page.ini
Normal file
@@ -0,0 +1,18 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user