2018-02-25 00:06:19 +01:00
|
|
|
[model]
|
2018-04-24 23:20:20 +02:00
|
|
|
name = Home (page.html)
|
2018-02-25 00:06:19 +01:00
|
|
|
label = {{ this.title }}
|
|
|
|
|
|
|
|
[fields.title]
|
|
|
|
label = Title
|
|
|
|
type = string
|
|
|
|
|
2018-04-24 20:39:56 +02:00
|
|
|
#----------------------
|
|
|
|
|
|
|
|
[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]
|
2018-02-25 00:06:19 +01:00
|
|
|
label = Body
|
|
|
|
type = markdown
|
2018-04-24 20:39:56 +02:00
|
|
|
|