391b9e3e76
Former-commit-id: 18652fbea6ffa1879194c376f70307c1b09528f4 [formerly 28608f5f7650ae86cc13a2ea60b9ec2023833a45] Former-commit-id: 113e10e57eb00b1ba268a560e0506042527ccd8d
93 lines
1.3 KiB
INI
93 lines
1.3 KiB
INI
[model]
|
|
name = Home (page.html)
|
|
label = {{ this.title }}
|
|
|
|
[fields.title]
|
|
label = Title
|
|
type = string
|
|
|
|
#----------------------
|
|
|
|
[fields.as01h1]
|
|
label = Überschrift #1
|
|
type = string
|
|
|
|
[fields.as01b1]
|
|
label = Body #1
|
|
type = markdown
|
|
|
|
[fields.as01l1]
|
|
label = Link #1
|
|
type = string
|
|
width = 1/2
|
|
|
|
[fields.as01d1]
|
|
label = Description #1
|
|
type = string
|
|
width = 1/2
|
|
|
|
[fields.as01img]
|
|
label = Bild #1 -> [276] x [276]
|
|
type = select
|
|
source = record.attachments.images
|
|
|
|
#-------------------------
|
|
|
|
[fields.as02h1]
|
|
label = Überschrift #2
|
|
type = string
|
|
|
|
[fields.as02b1]
|
|
label = Body #2
|
|
type = markdown
|
|
|
|
[fields.as02l1]
|
|
label = Link #2
|
|
type = string
|
|
width = 1/2
|
|
|
|
[fields.as02d1]
|
|
label = Description #2
|
|
type = string
|
|
width = 1/2
|
|
|
|
[fields.as02img]
|
|
label = Bild #2 -> [276] x [276]
|
|
type = select
|
|
source = record.attachments.images
|
|
|
|
#-----------------------
|
|
|
|
[fields.as03h1]
|
|
label = Überschrift #3
|
|
type = string
|
|
|
|
[fields.as03b1]
|
|
label = Body #3
|
|
type = markdown
|
|
|
|
[fields.as03l1]
|
|
label = Link #3
|
|
type = string
|
|
width = 1/2
|
|
|
|
[fields.as03d1]
|
|
label = Description #3
|
|
type = string
|
|
width = 1/2
|
|
|
|
[fields.as03img]
|
|
label = Bild #3 -> [276] x [276]
|
|
type = select
|
|
source = record.attachments.images
|
|
|
|
#--------------------------
|
|
|
|
[fields.where]
|
|
label = Unten
|
|
type = markdown
|
|
|
|
[fields.description]
|
|
label = Body
|
|
type = markdown
|
|
|