webseite/models/homepage.ini

78 lines
1.6 KiB
INI
Raw Normal View History

[model]
name = Homepage
label = Homepage
2021-02-16 21:32:56 +01:00
inherits = header_with_logo
# Header
[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
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
2021-02-14 23:48:56 +01:00
[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