2022-11-29 16:59:04 +01:00
|
|
|
---
|
|
|
|
sections:
|
2022-11-29 14:57:10 +01:00
|
|
|
- template: section_2_col
|
|
|
|
header: Two column layout with header
|
|
|
|
text: A header with text and two column layout. Columns have a little gap, so
|
|
|
|
background color comes through.
|
|
|
|
cards: true
|
2022-12-02 17:05:20 +01:00
|
|
|
fields:
|
|
|
|
- header
|
2022-12-02 17:28:58 +01:00
|
|
|
- text
|
2022-12-05 11:52:22 +01:00
|
|
|
options:
|
|
|
|
- background
|
|
|
|
- columns
|
|
|
|
- button_link
|
|
|
|
- button_text
|
2022-11-29 14:57:10 +01:00
|
|
|
- template: section_full_up
|
|
|
|
header: Centered Header with text
|
|
|
|
text: Full width header with centered headline and optional text
|
2022-12-02 17:05:20 +01:00
|
|
|
fields:
|
|
|
|
- header
|
2022-12-02 17:28:58 +01:00
|
|
|
- text
|
2022-12-04 17:37:11 +01:00
|
|
|
- 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.
|
2022-12-04 15:47:52 +01:00
|
|
|
fields:
|
|
|
|
- header
|
|
|
|
- text
|
|
|
|
options:
|
|
|
|
- button_link
|
|
|
|
- button_text
|
2022-12-04 17:37:11 +01:00
|
|
|
- order
|
2022-12-05 11:38:57 +01:00
|
|
|
- background
|
2022-12-04 17:37:11 +01:00
|
|
|
- template: section_full_left
|
2022-11-29 14:57:10 +01:00
|
|
|
header: Full image header, text left
|
|
|
|
text: Large picture background with Header and text towards the left.
|
|
|
|
Text is slightly shaded for readability
|
2022-12-02 17:05:20 +01:00
|
|
|
fields:
|
|
|
|
- header
|
2022-12-02 17:28:58 +01:00
|
|
|
- text
|
2022-12-04 15:47:52 +01:00
|
|
|
options:
|
|
|
|
- fixed
|
2022-11-29 14:57:10 +01:00
|
|
|
- template: section_spacer
|
|
|
|
header: Spacer
|
2022-11-29 16:59:04 +01:00
|
|
|
text: Just for extra padding
|
2022-12-02 17:05:20 +01:00
|
|
|
fields:
|
2022-11-29 16:59:04 +01:00
|
|
|
cards:
|
|
|
|
- template: card_full_image
|
|
|
|
header: Full background
|
|
|
|
text: With text in bottom right corner, offset with solid color
|
2022-12-02 17:05:20 +01:00
|
|
|
fields:
|
|
|
|
- header
|
2022-12-02 17:28:58 +01:00
|
|
|
- text
|
2022-12-04 15:47:52 +01:00
|
|
|
options:
|
|
|
|
- name: fixed
|
|
|
|
desciption:
|
|
|
|
Paralax effect where background stays fixed
|
|
|
|
during scrolling
|
|
|
|
values: on off
|
|
|
|
default: off
|
2022-12-05 11:52:22 +01:00
|
|
|
- name: columns
|
|
|
|
desciption:
|
|
|
|
Number of columns in a layout that supports cards
|
|
|
|
values: 2 3 4
|
|
|
|
default: 3
|
2022-12-05 11:38:57 +01:00
|
|
|
- name: background
|
|
|
|
desciption:
|
|
|
|
Slight background color
|
|
|
|
values: white blue
|
|
|
|
default: white
|
2022-12-04 17:37:11 +01:00
|
|
|
- name: order
|
|
|
|
desciption:
|
|
|
|
For two column layout determine order of sub-cards
|
|
|
|
Values of left and right usually refer to where the image is
|
|
|
|
values: left right
|
|
|
|
default: left
|
2022-12-04 15:47:52 +01:00
|
|
|
- name: button_text
|
|
|
|
desciption:
|
|
|
|
Text for an optional button. Must also set button_link
|
|
|
|
values:
|
|
|
|
default:
|
|
|
|
- name: button_link
|
|
|
|
desciption:
|
|
|
|
Link for an option button. Must also set button_text.
|
|
|
|
Link must be a page name, ie only internal links allowed.
|
|
|
|
values:
|
|
|
|
default:
|