forked from ag_kommunikation/webseite
78 lines
1.6 KiB
INI
78 lines
1.6 KiB
INI
[model]
|
|
name = Homepage
|
|
label = Homepage
|
|
inherits = header_with_logo
|
|
|
|
# Header
|
|
|
|
[fields.title]
|
|
label = Title
|
|
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
|
|
type = string
|
|
|
|
[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
|
|
|
|
# Flow Block Section
|
|
|
|
[fields.section]
|
|
label = Sections
|
|
type = flow
|
|
flow_blocks = flow_text_image_section
|
|
|
|
# Kontakt-Formular
|
|
|
|
[fields.contact_form_heading]
|
|
label = Kontaktformular: Überschrift
|
|
type = string
|
|
|
|
[fields.contact_form_subheading]
|
|
label = Kontaktformular: Unterüberschrift
|
|
type = string
|
|
|
|
[fields.contact_form_info]
|
|
label = Kontaktformular: Einleitung
|
|
type = markdown
|
|
|
|
[fields.contact_form_subject]
|
|
label = Kontaktformular: Betreff
|
|
type = string
|
|
|
|
[fields.contact_form_message]
|
|
label = Kontaktformular: Nachricht
|
|
type = string
|
|
|
|
[fields.contact_form_name]
|
|
label = Kontaktformular: Name
|
|
type = string
|
|
|
|
[fields.contact_form_email]
|
|
label = Kontaktformular: E-Mail-Adresse
|
|
type = string
|
|
|
|
[fields.contact_form_button]
|
|
label = Kontaktformular: Buttonbeschriftung
|
|
type = string
|