89 lines
2.1 KiB
YAML
89 lines
2.1 KiB
YAML
---
|
|
- template: section_cards
|
|
header: Two or more column layout with header
|
|
text: A header with text and two column layout. Columns have a little gap, so
|
|
background color comes through. 2,3 or 4 columns. Cards freely choosable
|
|
cards: true
|
|
fields:
|
|
- header
|
|
- text
|
|
options:
|
|
- background
|
|
- columns
|
|
- color
|
|
- template: section_full_up
|
|
header: Centered Header with text
|
|
text: Full width header with centered headline and optional text
|
|
fields:
|
|
- header
|
|
- text
|
|
options:
|
|
- background
|
|
- color
|
|
- margin
|
|
- subheader
|
|
- button_link
|
|
- button_text
|
|
- template: section_half_image
|
|
header: Split section with image left or right
|
|
text: Image on one side, header and text on the other.
|
|
Order depends on order option. Optional button.
|
|
fields:
|
|
- header
|
|
- text
|
|
options:
|
|
- order
|
|
- background
|
|
- color
|
|
- subheader
|
|
- text
|
|
- text_align
|
|
- button_link
|
|
- button_text
|
|
- template: section_full_image
|
|
header: Full image header with adjustable text
|
|
text: Large picture background with Header and text on top.
|
|
Adjustable text text alignment (left, center, right).
|
|
Text may be slightly shaded for readability,
|
|
text color can be changed too.
|
|
fields:
|
|
- header
|
|
- text
|
|
options:
|
|
- fixed
|
|
- color
|
|
- text_align
|
|
- shade_color
|
|
- template: section_large_image
|
|
header: Two third image header with adjustable text
|
|
text: Large picture background with Header and text offset.
|
|
Adjustable text alignment (left, center, right).
|
|
Text section may have background color.
|
|
Text color can be changed too
|
|
fields:
|
|
- header
|
|
- text
|
|
options:
|
|
- subheader
|
|
- margin
|
|
- order
|
|
- color
|
|
- background
|
|
- template: section_spacer
|
|
header: Spacer
|
|
text: Just for extra padding
|
|
fields:
|
|
- template: form_section
|
|
header: Contact or other form
|
|
text: Flexible form, with input fields as "cards". Only choose form_field
|
|
as contained in the form.
|
|
cards: true
|
|
fields:
|
|
- header
|
|
- text
|
|
options:
|
|
- ok_message
|
|
- handler
|
|
- background
|
|
- color
|