2023-05-16 15:03:56 +02:00
|
|
|
[model]
|
|
|
|
name = About Page
|
|
|
|
label = {{ this.title }}
|
2023-05-21 13:13:02 +02:00
|
|
|
inherits = header_slim
|
|
|
|
|
|
|
|
[fields.title]
|
|
|
|
label = Title
|
|
|
|
description = Der Seitentitel und die Überschrift dieser Seite
|
|
|
|
type = string
|
|
|
|
|
2023-06-21 19:57:55 +02:00
|
|
|
[fields.intro]
|
|
|
|
label = Intro
|
|
|
|
description = Kurzer Einleitungstext der Seite
|
|
|
|
type = markdown
|
|
|
|
|
2023-05-21 13:13:02 +02:00
|
|
|
[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.section]
|
|
|
|
label = Sections
|
|
|
|
type = flow
|
2023-06-24 18:36:13 +02:00
|
|
|
flow_blocks = flow_services_cards, flow_icon_bubbles
|
2023-06-24 16:32:02 +02:00
|
|
|
|
|
|
|
[fields.kompetenzen_heading]
|
|
|
|
label = Kompetenzen Überschrift
|
|
|
|
type = string
|
|
|
|
|
|
|
|
[fields.kompetenzen_body]
|
|
|
|
label = Kompetenzen Inhalt
|
|
|
|
type = markdown
|
2023-07-02 10:09:33 +02:00
|
|
|
|
|
|
|
# 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
|