2021-02-04 21:02:33 +01:00
|
|
|
[model]
|
|
|
|
name = Homepage
|
|
|
|
label = Homepage
|
2021-02-16 21:32:56 +01:00
|
|
|
inherits = header_with_logo
|
2021-02-04 21:02:33 +01:00
|
|
|
|
2023-06-21 21:17:13 +02:00
|
|
|
# Header
|
|
|
|
|
2021-02-04 21:02:33 +01:00
|
|
|
[fields.title]
|
|
|
|
label = Title
|
2021-02-24 23:44:49 +01:00
|
|
|
description = Der Seitentitel und die Überschrift dieser Seite
|
|
|
|
type = string
|
|
|
|
|
|
|
|
[fields.meta_description]
|
|
|
|
label = Meta Beschreibung
|
|
|
|
description = Hier kommt die Beschreibung rein, die von Suchmachinen, Seitencrawlern und Previews auf diese Seite generiert werden
|
2021-02-04 21:02:33 +01:00
|
|
|
type = string
|
|
|
|
|
2023-06-21 19:46:02 +02:00
|
|
|
[fields.claim_heading]
|
|
|
|
label = Claim-Überschrift
|
|
|
|
description = Große Überschrift im Kopf der Seite
|
|
|
|
type = markdown
|
|
|
|
|
|
|
|
[fields.claim_content]
|
|
|
|
label = Claim-Inhalt
|
|
|
|
description = Großer Claim im Kopf der Seite
|
|
|
|
type = markdown
|
|
|
|
|
|
|
|
[fields.subclaim_heading]
|
|
|
|
label = Sub-Claim-Überschrift
|
|
|
|
description = Überschrift des Subclaims im Kopf der Seite
|
|
|
|
type = string
|
|
|
|
|
|
|
|
[fields.subclaim_content]
|
|
|
|
label = Sub-Claim-Inhalt
|
|
|
|
description = Inhalt des Subclaims im Kopf der Seite
|
|
|
|
type = markdown
|
|
|
|
|
2023-06-21 21:17:13 +02:00
|
|
|
# Flow Block Section
|
|
|
|
|
2021-02-14 23:48:56 +01:00
|
|
|
[fields.section]
|
|
|
|
label = Sections
|
|
|
|
type = flow
|
2023-05-10 18:02:02 +02:00
|
|
|
flow_blocks = flow_text_image_section
|