Input fields for creating web forms.
Type: |
chunk |
Chunk: |
fbInputTextfield
|
[[+tag]]
0 | reference | field_name | title | Label | fieldtype | textfield |
|
1 | reference | field_layout | title | Label position | fieldtype | select | default_value | inherit | fieldoptions | Inherit (respect CB setting)=inherit
Above input field / options=vertical
Left of input field / options=horizontal |
|
2 | reference | helptext_position | title | Help position | fieldtype | select | default_value | bottom | fieldoptions | Above input field / options=top
Below input field / options=bottom |
|
3 | reference | field_type | title | Input type | fieldtype | select | default_value | text | fieldoptions | Text=text
E-mail=email
Phone=tel
Number=number
Date=date
URL=url
Password=password |
|
4 | reference | field_width | title | Field width | description | Only applies when displayed inline. | fieldtype | select | fieldoptions |
1 column=one
2 columns=two
3 columns=three
4 columns=four
5 columns=five
6 columns=six
7 columns=seven
8 columns=eight
9 columns=nine
10 columns=ten
11 columns=eleven
12 columns=twelve
13 columns=thirteen
14 columns=fourteen
15 columns=fifteen | type_ahead | No | template | |
|
5 | reference | field_placeholder | title | Placeholder | fieldtype | textfield |
|
6 | reference | field_helptext | title | Help text | fieldtype | textfield |
|
7 | reference | required_text | title | Validation text | fieldtype | textfield |
|
8 | reference | field_name_html | title | Name in HTML | description | Optional override for the name attribute. Recommended when using this field in custom hooks / automations. | fieldtype | textfield | type_ahead | No | template | |
|
9 | reference | field_required | title | Required | fieldtype | select | fieldoptions | Yes=1
No=0 |
|
Type: |
chunk |
Chunk: |
fbInputTextarea
|
[[+tag]]
0 | reference | field_name | title | Label | fieldtype | textfield |
|
1 | reference | field_layout | title | Label position | fieldtype | select | default_value | inherit | fieldoptions | Inherit (respect CB setting)=inherit
Above input field / options=vertical
Left of input field / options=horizontal |
|
2 | reference | helptext_position | title | Help position | fieldtype | select | default_value | bottom | fieldoptions | Above input field / options=top
Below input field / options=bottom |
|
3 | reference | field_rows | title | Rows | fieldtype | textfield | default_value | 7 |
|
4 | reference | field_placeholder | title | Placeholder | fieldtype | textarea |
|
5 | reference | field_helptext | title | Help text | fieldtype | textfield |
|
6 | reference | required_text | title | Validation text | fieldtype | textfield |
|
7 | reference | field_name_html | title | Name in HTML | description | Optional override for the name attribute. Recommended when using this field in custom hooks / automations. | fieldtype | textfield | type_ahead | No | template | |
|
8 | reference | field_required | title | Required | fieldtype | select | fieldoptions | Yes=1
No=0 |
|
Type: |
repeater |
Repeater rows:
Name: |
Option |
Key: |
field_option |
Type: |
textfield |
|
[[$fbSelectDropdownRow?
&field_name=`[[+field_name]]`
&field_option=`[[+field_option]]`
&unique_idx=`[[+unique_idx]]`
]]
[[$fbSelectDropdown?
&field_layout=`[[+field_layout]]`
&field_name=`[[+field_name]]`
&field_default=`[[+field_default]]`
&field_helptext=`[[+field_helptext]]`
&helptext_position=`[[+helptext_position]]`
&field_required=`[[+field_required]]`
&rows=`[[+rows]]`
&unique_idx=`[[+unique_idx]]`
]]
0 | reference | field_name | title | Label | fieldtype | textfield |
|
1 | reference | field_layout | title | Label position | fieldtype | select | default_value | | fieldoptions | Inherit (respect CB setting)=inherit
Above input field / options=vertical
Left of input field / options=horizontal |
|
2 | reference | helptext_position | title | Help position | fieldtype | select | default_value | bottom | fieldoptions | Above input field / options=top
Below input field / options=bottom |
|
3 | reference | field_default | title | Default option | fieldtype | textfield |
|
4 | reference | field_helptext | title | Help text | fieldtype | textfield |
|
5 | reference | field_required | title | Required | fieldtype | select | fieldoptions | Yes=1
No=0 |
|
Type: |
repeater |
Repeater rows:
Name: |
Option |
Key: |
field_option |
Type: |
textfield |
Name: |
Value in HTML (optional) |
Key: |
field_value |
Type: |
textfield |
|
[[!$[[+chunk_name_row]]?
&idx=`[[+idx]]`
&unique_idx=`[[+unique_idx]]`
&field_type=`[[+field_type]]`
&field_name=`[[!fbStripNonAlpha? &input=`[[+field_name:empty=`0`]]`]]`
&field_option=`[[!fbStripNonAlpha? &input=`[[+field_option]]`]]`
&field_value=`[[+field_value:empty=`0`]]`
&option_layout=`[[+option_layout]]`
&checkbox_type=`[[+checkbox_type]]`
&field_name_html=`[[+field_name_html]]`
]]
[[!If:toPlaceholder=`chunk_name`?
&subject=`[[+field_type]]`
&operator=`EQ`
&operand=`dropdown`
&then=`fbSelectDropdown`
&else=`fbSelectOption`
]]
[[!$[[+chunk_name]]?
&unique_idx=`[[+unique_idx]]`
&field_layout=`[[+field_layout]]`
&field_type=`[[+field_type]]`
&field_name=`[[+field_name]]`
&field_name_html=`[[+field_name_html]]`
&field_option=`[[+field_option]]`
&field_width=`[[+field_width]]`
&option_layout=`[[+option_layout]]`
&option_other=`[[+option_other]]`
&option_other_value=`[[+option_other_value]]`
&option_placeholder=`[[+option_placeholder]]`
&checkbox_type=`[[+checkbox_type]]`
&field_helptext=`[[+field_helptext]]`
&helptext_position=`[[+helptext_position]]`
&field_required=`[[+field_required]]`
&rows=`[[+rows]]`
&chunk_name_row=`[[+chunk_name]]Row`
]]
0 | reference | field_name | title | Label | fieldtype | textfield |
|
1 | reference | field_layout | title | Label position | fieldtype | select | default_value | inherit | fieldoptions | Inherit (respect CB setting)=inherit
Above input field / options=vertical
Left of input field / options=horizontal |
|
2 | reference | helptext_position | title | Help position | fieldtype | select | default_value | top | fieldoptions | Above input field / options=top
Below input field / options=bottom |
|
3 | reference | field_width | title | Field width | description | Only applies to dropdown, when displayed inline. | fieldtype | select | fieldoptions |
1 column=one
2 columns=two
3 columns=three
4 columns=four
5 columns=five
6 columns=six
7 columns=seven
8 columns=eight
9 columns=nine
10 columns=ten
11 columns=eleven
12 columns=twelve
13 columns=thirteen
14 columns=fourteen
15 columns=fifteen | type_ahead | No | template | |
|
4 | reference | checkbox_type | title | Checkbox type | fieldtype | select | fieldoptions | Regular=
Toggle=toggle
Slider=slider | description | Only applies to checkbox / radio fields. | type_ahead | No |
|
5 | reference | option_layout | title | Options layout | fieldtype | select | fieldoptions | Vertical=
Horizontal=inline | description | Only applies to checkbox / radio fields. | type_ahead | No |
|
6 | reference | option_other | title | Add "Other" option | fieldtype | select | fieldoptions | Yes=1
No=0 |
|
7 | reference | option_other_value | title | "Other" option text | fieldtype | textfield | default_value | Something else |
|
8 | reference | option_placeholder | title | Placeholder | fieldtype | textfield |
|
9 | reference | field_type | title | Selection type | fieldtype | radio | default_value | radio | fieldoptions | Single select (radio)=radio
Multiple select (checkbox)=checkbox
Dropdown options (select)=dropdown | type_ahead | No |
|
10 | reference | field_helptext | title | Help text | fieldtype | textfield |
|
11 | reference | required_text | title | Validation text | fieldtype | textfield |
|
12 | reference | field_name_html | title | Name in HTML | description | Optional override for the name attribute. Recommended when using this field in custom hooks / automations. | fieldtype | textfield | type_ahead | No | template | |
|
13 | reference | field_required | title | Required | fieldtype | select | fieldoptions | Yes=1
No=0 |
|
Type: |
repeater |
Repeater rows:
Name: |
Option |
Key: |
field_option |
Type: |
textfield |
Name: |
Show/hide target |
Key: |
collapse_target |
Type: |
textfield |
Name: |
Default state |
Key: |
collapse_default |
Type: |
dropdown |
|
[[!$fbSelectOptionRow?
&idx=`[[+idx]]`
&unique_idx=`[[+unique_idx]]`
&field_type=`[[+field_type]]`
&field_name=`[[!fbStripNonAlpha? &input=`[[+field_name:empty=`0`]]`]]`
&field_option=`[[!fbStripNonAlpha? &input=`[[+field_option]]`]]`
&option_layout=`[[+option_layout]]`
&collapse_target=`[[+collapse_target]]`
&collapse_default=`[[+collapse_default]]`
&checkbox_type=`[[+checkbox_type]]`
&field_name_html=`[[+field_name_html]]`
]]
[[!$fbSelectOption?
&unique_idx=`[[+unique_idx]]`
&field_layout=`[[+field_layout]]`
&field_type=`[[+field_type]]`
&field_name=`[[+field_name]]`
&field_name_html=`[[+field_name_html]]`
&field_width=`[[+field_width]]`
&option_layout=`[[+option_layout]]`
&checkbox_type=`[[+checkbox_type]]`
&field_helptext=`[[+field_helptext]]`
&helptext_position=`[[+helptext_position]]`
&field_required=`[[+field_required]]`
&rows=`[[+rows]]`
]]
0 | reference | field_name | title | Label | fieldtype | textfield |
|
1 | reference | field_layout | title | Label position | fieldtype | select | default_value | inherit | fieldoptions | Inherit (respect CB setting)=inherit
Above input field / options=vertical
Left of input field / options=horizontal |
|
2 | reference | helptext_position | title | Help position | fieldtype | select | default_value | bottom | fieldoptions | Above input field / options=top
Below input field / options=bottom |
|
3 | reference | field_width | title | Field width | description | Only applies to dropdown, when displayed inline. | fieldtype | select | fieldoptions |
1 column=one
2 columns=two
3 columns=three
4 columns=four
5 columns=five
6 columns=six
7 columns=seven
8 columns=eight
9 columns=nine
10 columns=ten
11 columns=eleven
12 columns=twelve
13 columns=thirteen
14 columns=fourteen
15 columns=fifteen | type_ahead | No | template | |
|
4 | reference | checkbox_type | title | Checkbox type | fieldtype | select | fieldoptions | Regular=
Toggle=toggle
Slider=slider | description | Only applies to checkbox / radio fields. | type_ahead | No |
|
5 | reference | option_layout | title | Options layout | fieldtype | select | fieldoptions | Vertical=
Inline=inline | description | Only applies to checkbox / radio fields. | type_ahead | No |
|
6 | reference | field_type | title | Selection type | fieldtype | radio | default_value | radio | fieldoptions | Single select (radio)=radio
Multiple select (checkbox)=checkbox |
|
7 | reference | field_helptext | title | Help text | fieldtype | textfield |
|
8 | reference | required_text | title | Validation text | fieldtype | textfield |
|
9 | reference | field_name_html | title | Name in HTML | description | Optional override for the name attribute. Recommended when using this field in custom hooks / automations. | fieldtype | textfield | type_ahead | No | template | |
|
10 | reference | field_required | title | Required | fieldtype | select | fieldoptions | Yes=1
No=0 |
|
[[!modifiedIf:toPlaceholder=`chunk_name`?
&subject=`[[+field_type]]`
&operator=`contains`
&operand=`dropdown`
&then=`fbSelectDropdown`
&else=`fbSelectOption`
]]
[[!$[[+chunk_name]]?
&unique_idx=`[[+unique_idx]]`
&field_layout=`[[+field_layout]]`
&field_type=`[[+field_type]]`
&field_name=`[[+field_name]]`
&field_name_html=`[[+field_name_html]]`
&field_option=`[[+field_option]]`
&field_width=`[[+field_width]]`
&option_layout=`[[+option_layout]]`
&option_other=`[[+option_other]]`
&option_other_value=`[[+option_other_value]]`
&option_placeholder=`[[+option_placeholder]]`
&checkbox_type=`[[+checkbox_type]]`
&field_helptext=`[[+field_helptext]]`
&helptext_position=`[[+helptext_position]]`
&field_required=`[[+field_required]]`
&rows=`[[+value]]`
]]
0 | reference | field_name | title | Label | fieldtype | textfield |
|
1 | reference | field_layout | title | Label position | fieldtype | select | default_value | inherit | fieldoptions | Inherit (respect CB setting)=inherit
Above input field / options=vertical
Left of input field / options=horizontal |
|
2 | reference | helptext_position | title | Help position | fieldtype | select | default_value | bottom | fieldoptions | Above input field / options=top
Below input field / options=bottom |
|
3 | reference | field_width | title | Field width | description | Only applies to dropdown, when displayed inline. | fieldtype | select | fieldoptions |
1 column=one
2 columns=two
3 columns=three
4 columns=four
5 columns=five
6 columns=six
7 columns=seven
8 columns=eight
9 columns=nine
10 columns=ten
11 columns=eleven
12 columns=twelve
13 columns=thirteen
14 columns=fourteen
15 columns=fifteen | type_ahead | No | template | |
|
4 | reference | checkbox_type | title | Checkbox type | fieldtype | select | fieldoptions | Regular=
Toggle=toggle
Slider=slider | description | Only applies to checkbox / radio fields. | type_ahead | No |
|
5 | reference | option_layout | title | Options layout | fieldtype | select | fieldoptions | Vertical=
Horizontal=inline | description | Only applies to checkbox / radio fields. | type_ahead | No |
|
6 | reference | option_other | title | Add "Other" option | fieldtype | select | fieldoptions | No=0
Yes=1 |
|
7 | reference | option_other_value | title | "Other" option text | fieldtype | textfield | default_value | Something else |
|
8 | reference | option_placeholder | title | Placeholder | fieldtype | textfield |
|
9 | reference | field_type | title | Selection type | fieldtype | radio | fieldoptions | Single select (radio)=radio
Multiple select (checkbox)=checkbox
Dropdown=dropdown
Dropdown (with search)=search dropdown
Dropdown multiple (with search)=multiple search dropdown |
|
10 | reference | field_helptext | title | Help text | fieldtype | textfield |
|
11 | reference | required_text | title | Validation text | fieldtype | textfield |
|
12 | reference | field_name_html | title | Name in HTML | description | Optional override for the name attribute. Recommended when using this field in custom hooks / automations. | fieldtype | textfield | type_ahead | No | template | |
|
13 | reference | field_required | title | Required | fieldtype | select | fieldoptions | Yes=1
No=0 |
|
Type: |
chunk |
Chunk: |
fbMathQuestion
|
[[+tag]]
0 | reference | math_min_range | title | Minimum range | fieldtype | textfield | default_value | 5 |
|
1 | reference | math_max_range | title | Maximum range | fieldtype | textfield | default_value | 21 |
|
2 | reference | field_layout | title | Label position | fieldtype | select | default_value | inherit | fieldoptions | Inherit (respect CB setting)=inherit
Above input field / options=vertical
Left of input field / options=horizontal |
|
3 | reference | helptext_position | title | Help position | fieldtype | select | default_value | bottom | fieldoptions | Above input field / options=top
Below input field / options=bottom |
|
4 | reference | field_placeholder | title | Placeholder | fieldtype | textfield |
|
5 | reference | field_helptext | title | Help text | fieldtype | textfield |
|
6 | reference | required_text | title | Validation text | fieldtype | textfield |
|
Type: |
chunk |
Chunk: |
fbAcceptTerms
|
[[+tag]]
0 | reference | field_text | title | Field text | fieldtype | textfield | default_value | I accept the . |
|
1 | reference | link_id | title | Link resource ID | fieldtype | textfield | default_value | 1 | type_ahead | No |
|
2 | reference | link_text | title | Link text | fieldtype | textfield | default_value | Terms and Conditions |
|
3 | reference | required_text | title | Validation text | fieldtype | textfield |
|
[[+segment_type:isnot=`none`:then=`<div class="ui [[+segment_type]] [[+padding:contains=`fitted`:then=`basic`]] segments">`]]
[[+value]]
[[+segment_type:isnot=`none`:then=`</div>`]]
Elements for creating HTML email templates.
@CHUNK mbContentHeading
0 | reference | alignment | title | Text alignment | fieldtype | select | fieldoptions |
Left=left aligned
Center=center aligned
Right=right aligned
Justified=justified |
|
1 | reference | anchor | title | Add anchor | fieldtype | checkbox | fieldoptions | Yes=Anchor |
|
@CHUNK mbContentText
0 | reference | segment_type | title | Segment type | fieldtype | select | fieldoptions | No segment (disables all settings below)=
Basic segment (borderless, but with padding)=basic
Regular segment (with border and padding)=regular
Raised segment (slightly more emphasised)=raised
Vertical segment (create a vertical group)=vertical |
|
1 | reference | padding | title | Extra padding | fieldtype | select | default_value | regular | fieldoptions | None=regular
A little=padded
A lot=very padded |
|
2 | reference | alignment | title | Content alignment | fieldtype | select | fieldoptions |
Left=left aligned
Center=center aligned
Right=right aligned
Justified=justified |
|
3 | reference | background | title | Background | fieldtype | select | fieldoptions | System default (White)=default
White=white
Light=secondary
Grey=inverted secondary
Dark=inverted
Primary color (Light)=primary-color
Primary color (Dark)=inverted primary-color
Secondary color (Light)=secondary-color
Secondary color (Dark)=inverted secondary-color
Transparent=transparent
Romanesco Universe=125
Spirograph=125
Fractal badge=125 |
|
@CHUNK mbContentImage
0 | reference | alt | title | ALT text | fieldtype | textfield |
|
1 | reference | link | title | Link | fieldtype | link |
|
2 | reference | options | title | Options | fieldtype | checkbox | fieldoptions | Circular image=circular
Bordered image=bordered
Faded image=disabled
Stack image on mobile=stackable |
|
3 | reference | img_size | title | Image size | fieldtype | select | fieldoptions | Original=
Mini=mini
Tiny=tiny
Small=small
Medium=medium
Large=large
Big=big
Huge=huge
Massive=massive
Fluid (full width)=fluid |
|
4 | reference | position | title | Position | fieldtype | select | fieldoptions | Default=
Centered=centered
Left floated=left floated
Right floated=right floated |
|
5 | reference | lazy_load | title | Lazy load | fieldtype | select | default_value | 1 | fieldoptions | No=0
Yes=1 |
|
6 | reference | link_rel | title | Link options | fieldtype | checkbox | fieldoptions | Add 'nofollow' to link tag=nofollow
Add 'noopener' to link tag=noopener
Add 'noreferrer' to link tag=noreferrer |
|
7 | reference | new_window | title | Open in new window | fieldtype | radio | fieldoptions | Yes=1
No=0 |
|
8 | reference | caption | title | Caption | fieldtype | textarea |
|
9 | reference | credits | title | Credits | fieldtype | richtext |
|
@CHUNK mbContentQuote
0 | reference | size | title | Text size | fieldtype | select | default_value | large | fieldoptions | Mini=mini
Tiny=tiny
Small=small
Medium=medium
Large=large
Big=big
Huge=huge
Massive=massive |
|
1 | reference | layout_type | title | Layout | fieldtype | radio | fieldoptions | Regular=
Basic=basic |
|
@CHUNK mbContentDivider
0 | reference | divider_text | title | Text in the center | fieldtype | textfield |
|
1 | reference | divider_section | title | Extra padding | fieldtype | select | default_value | 1 | fieldoptions | Yes=1
No=0 |
|
2 | reference | divider_hidden | title | Hide dividing line | fieldtype | select | fieldoptions | Yes=1
No=0 |
|
Type: |
repeater |
Repeater rows:
Name: |
Heading |
Key: |
heading |
Type: |
textfield |
Name: |
Content |
Key: |
content |
Type: |
redactor |
|
@CHUNK mbContentAccordionRow
@CHUNK mbContentAccordion
0 | reference | layout_type | title | Layout type | fieldtype | radio | default_value | accordion | fieldoptions | Accordion=accordion
Tabs on desktop, accordion on mobile=tabs |
|
1 | reference | accordion_type | title | Accordion type | fieldtype | select | fieldoptions | Standard=
Styled (600px wide)=styled
Styled (fluid width)=fluid styled
Inverted=fluid inverted |
|
2 | reference | tab_type | title | Tab type | fieldtype | select | default_value | regular | fieldoptions | Classic=regular
Basic=basic
Pointing navbar=pointing basic
Pointing navbar + Segment=pointing regular
Pointing buttons + Segment=pointing segments |
|
3 | reference | justify_tabs | title | Justify tabs | fieldtype | select | default_value | 1 | fieldoptions | Yes=1
No=0 |
|
4 | reference | padding | title | Extra padding | fieldtype | select | default_value | padded | fieldoptions | None=regular
A little=padded
A lot=very padded |
|
5 | reference | heading_level | title | Heading level | fieldtype | select | default_value | span | fieldoptions | Heading 2=h2
Heading 3=h3
Heading 4=h4
Heading 5=h5
Regular=span |
|
Everything related to writing and marking up content.
[[$headingBasic[[+anchor]]?
&value=`[[+value]]`
&level=`[[+level]]`
&alignment=`[[+alignment]]`
&unique_idx=`[[+unique_idx]]`
]]
[[$headingBasicSubtitle?
&value=`[[+value]]`
&level=`[[+level]]`
&subtitle=`[[+subtitle]]`
&alignment=`[[+alignment]]`
&unique_idx=`[[+unique_idx]]`
]]
0 | reference | subtitle | title | Subtitle | fieldtype | textarea |
|
1 | reference | alignment | title | Text alignment | fieldtype | select | fieldoptions |
Left=left aligned
Center=center aligned
Right=right aligned
Justified=justified |
|
@CHUNK headingIconFont
0 | |
1 | reference | icon_position | title | Icon position | fieldtype | select | default_value | icon | fieldoptions | Top=icon
Left=middle aligned |
|
2 | reference | subtitle | title | Subtitle | fieldtype | textarea |
|
3 | reference | alignment | title | Content alignment | fieldtype | select | fieldoptions |
Left=left aligned
Center=center aligned
Right=right aligned
Justified=justified |
|
4 | reference | icon_circular | title | Encircled | fieldtype | select | default_value | 1 | fieldoptions | Yes=1
No=0 |
|
@CHUNK headingIconSVG
0 | reference | icon_position | title | Icon position | fieldtype | select | default_value | icon | fieldoptions | Top=icon
Left=middle aligned |
|
1 | reference | subtitle | title | Subtitle | fieldtype | textarea |
|
2 | reference | alignment | title | Content alignment | fieldtype | select | fieldoptions |
Left=left aligned
Center=center aligned
Right=right aligned
Justified=justified |
|
3 | reference | alt | title | ALT tag | fieldtype | textfield | default_value | Icon |
|
<[[+element]] class="short [[+text_type]]">[[+value:stripString=`<br>`]]</[[+element]]>
0 | reference | text_type | title | Text type | fieldtype | radio | default_value | text | fieldoptions | Regular=text
Heading=header
Metadata=meta |
|
1 | reference | element | title | Text flow | fieldtype | radio | default_value | div | fieldoptions | Block=div
Inline=span |
|
[[$richTextSegment?
&content=`[[+value]]`
&segment_type=`[[+segment_type]]`
&background=`[[+background]]`
&padding=`[[+padding]]`
&alignment=`[[+alignment]]`
]]
0 | reference | segment_type | title | Segment type | fieldtype | select | fieldoptions | No segment (disables all settings below)=
Basic segment (borderless, but with padding)=basic
Regular segment (with border and padding)=regular
Raised segment (slightly more emphasised)=raised
Vertical segment (create a vertical group)=vertical |
|
1 | reference | background | title | Background | fieldtype | select | fieldoptions | System default (White)=default
White=white
Light=secondary
Grey=inverted secondary
Dark=inverted
Primary color (Light)=primary-color
Primary color (Dark)=inverted primary-color
Secondary color (Light)=secondary-color
Secondary color (Dark)=inverted secondary-color
Transparent=transparent
Romanesco Universe=125
Spirograph=125
Fractal badge=125 |
|
2 | reference | alignment | title | Content alignment | fieldtype | select | fieldoptions |
Left=left aligned
Center=center aligned
Right=right aligned
Justified=justified |
|
3 | reference | padding | title | Extra padding | fieldtype | select | default_value | regular | fieldoptions | None=regular
A little=padded
A lot=very padded |
|
[[$richTextMessage?
&heading=`[[+heading]]`
&content=`[[+value]]`
&message_type=`[[+message_type]]`
&size=`[[+size]]`
&close=`[[+close]]`
]]
0 | reference | heading | title | Heading | fieldtype | textfield |
|
1 | reference | message_type | title | Message type | fieldtype | select | fieldoptions | Regular=
Positive=positive
Negative=negative
Informative=info
Warning=warning |
|
2 | reference | size | title | Size | fieldtype | select | fieldoptions | Mini=mini
Tiny=tiny
Small=small
Medium=medium
Large=large
Big=big
Huge=huge
Massive=massive |
|
3 | reference | close | title | Close button | fieldtype | radio | fieldoptions | Yes=1
No=0 |
|
4 | reference | internal | title | Internal | fieldtype | radio | fieldoptions | No, this is genuine website content=0
Yes, flag this message as internal note=1 |
|
<div class="item">
[[+list_type:is=`icon`:then=`<i class="[[+list_icon]]"></i>`]]
<div class="content">
[[+value]]
</div>
[[+items]]
</div>
<div class="ui [[+list_size]] [[+list_padding]] [[+list_options:replace=`,== `]] [[+list_type]] list">
[[+items]]
</div>
0 | reference | list_type | title | List type | fieldtype | radio | default_value | bulleted | fieldoptions | No markup=
Unordered list (regular bullets)=bulleted
Unordered list (icon bullets)=icon
Ordered list=ordered
Navigation links=link |
|
1 | reference | list_options | title | List options | fieldtype | checkbox | fieldoptions | Horizontal=horizontal
Inverted=inverted
Celled=celled
Divided=divided
Selection=selection
Animated=animated |
|
2 | reference | list_size | title | List size | fieldtype | select | default_value | medium | fieldoptions | Mini=mini
Tiny=tiny
Small=small
Medium=medium
Large=large
Big=big
Huge=huge
Massive=massive |
|
3 | reference | list_padding | title | Extra padding | fieldtype | select | fieldoptions | None=regular
A little=relaxed
A lot=very relaxed |
|
4 | reference | list_icon | title | Bullet class | fieldtype | select | default_value | checkmark icon | fieldoptions | Ad=ad icon
Address Book=address book icon
Address Card=address card icon
Adjust=adjust icon
Air Freshener=air freshener icon
Align Center=align center icon
Align Justify=align justify icon
Align Left=align left icon
Align Right=align right icon
Allergies=allergies icon
Ambulance=ambulance icon
American Sign Language Interpreting=american sign language interpreting icon
Anchor=anchor icon
Angle Double Down=angle double down icon
Angle Double Left=angle double left icon
Angle Double Right=angle double right icon
Angle Double Up=angle double up icon
Angle Left=angle left icon
Angle Right=angle right icon
Angle Up=angle up icon
Angle Down=angle down icon
Angry=angry icon
Ankh=ankh icon
Archive=archive icon
Archway=archway icon
Arrow Alternate Circle Down=arrow alternate circle down icon
Arrow Alternate Circle Left=arrow alternate circle left icon
Arrow Alternate Circle Right=arrow alternate circle right icon
Arrow Alternate Circle Up=arrow alternate circle up icon
Arrow Circle Down=arrow circle down icon
Arrow Circle Left=arrow circle left icon
Arrow Circle Right=arrow circle right icon
Arrow Circle Up=arrow circle up icon
Arrow Down=arrow down icon
Arrow Left=arrow left icon
Arrow Right=arrow right icon
Arrow Up=arrow up icon
Arrows Alternate=arrows alternate icon
Arrows Alternate Horizontal=arrows alternate horizontal icon
Arrows Alternate Vertical=arrows alternate vertical icon
Assistive Listening Systems=assistive listening systems icon
Asterisk=asterisk icon
At=at icon
Atlas=atlas icon
Atom=atom icon
Audio Description=audio description icon
Award=award icon
Baby=baby icon
Baby Carriage=baby carriage icon
Backspace=backspace icon
Backward=backward icon
Bacon=bacon icon
Bacteria=bacteria icon
Bacterium=bacterium icon
Bahai=bahai icon
Balance Scale=balance scale icon
Balance Scale Left=balance scale left icon
Balance Scale Right=balance scale right icon
Ban=ban icon
Band Aid=band aid icon
Barcode=barcode icon
Bars=bars icon
Baseball Ball=baseball ball icon
Basketball Ball=basketball ball icon
Bath=bath icon
Battery Empty=battery empty icon
Battery Full=battery full icon
Battery Half=battery half icon
Battery Quarter=battery quarter icon
Battery Three Quarters=battery three quarters icon
Bed=bed icon
Beer=beer icon
Bell=bell icon
Bell Slash=bell slash icon
Bezier Curve=bezier curve icon
Bible=bible icon
Bicycle=bicycle icon
Biking=biking icon
Binoculars=binoculars icon
Biohazard=biohazard icon
Birthday Cake=birthday cake icon
Blender=blender icon
Blender Phone=blender phone icon
Blind=blind icon
Blog=blog icon
Bold=bold icon
Bolt=bolt icon
Bomb=bomb icon
Bone=bone icon
Bong=bong icon
Book=book icon
Book Dead=book dead icon
Book Medical=book medical icon
Book Open=book open icon
Book Reader=book reader icon
Bookmark=bookmark icon
Border All=border all icon
Border None=border none icon
Border Style=border style icon
Bowling Ball=bowling ball icon
Box=box icon
Box Open=box open icon
Box Tissue=box tissue icon
Boxes=boxes icon
Braille=braille icon
Brain=brain icon
Bread Slice=bread slice icon
Briefcase=briefcase icon
Briefcase Medical=briefcase medical icon
Broadcast Tower=broadcast tower icon
Broom=broom icon
Brush=brush icon
Bug=bug icon
Building=building icon
Bullhorn=bullhorn icon
Bullseye=bullseye icon
Burn=burn icon
Bus=bus icon
Bus Alternate=bus alternate icon
Business Time=business time icon
Calculator=calculator icon
Calendar=calendar icon
Calendar Alternate=calendar alternate icon
Calendar Check=calendar check icon
Calendar Day=calendar day icon
Calendar Minus=calendar minus icon
Calendar Plus=calendar plus icon
Calendar Times=calendar times icon
Calendar Week=calendar week icon
Camera=camera icon
Camera Retro=camera retro icon
Campground=campground icon
Candy Cane=candy cane icon
Cannabis=cannabis icon
Capsules=capsules icon
Car=car icon
Car Alternate=car alternate icon
Car Battery=car battery icon
Car Crash=car crash icon
Car Side=car side icon
Caravan=caravan icon
Caret Down=caret down icon
Caret Left=caret left icon
Caret Right=caret right icon
Caret Square Down=caret square down icon
Caret Square Left=caret square left icon
Caret Square Right=caret square right icon
Caret Square Up=caret square up icon
Caret Up=caret up icon
Carrot=carrot icon
Cart Arrow Down=cart arrow down icon
Cart Plus=cart plus icon
Cash Register=cash register icon
Cat=cat icon
Certificate=certificate icon
Chair=chair icon
Chalkboard=chalkboard icon
Chalkboard Teacher=chalkboard teacher icon
Charging Station=charging station icon
Chart Area=chart area icon
Chart Bar=chart bar icon
Chart Pie=chart pie icon
Chartline=chartline icon
Check=check icon
Check Circle=check circle icon
Check Double=check double icon
Check Square=check square icon
Cheese=cheese icon
Chess=chess icon
Chess Bishop=chess bishop icon
Chess Board=chess board icon
Chess King=chess king icon
Chess Knight=chess knight icon
Chess Pawn=chess pawn icon
Chess Queen=chess queen icon
Chess Rook=chess rook icon
Chevron Circle Down=chevron circle down icon
Chevron Circle Left=chevron circle left icon
Chevron Circle Right=chevron circle right icon
Chevron Circle Up=chevron circle up icon
Chevron Down=chevron down icon
Chevron Left=chevron left icon
Chevron Right=chevron right icon
Chevron Up=chevron up icon
Child=child icon
Church=church icon
Circle=circle icon
Circle Notch=circle notch icon
City=city icon
Clinic Medical=clinic medical icon
Clipboard=clipboard icon
Clipboard Check=clipboard check icon
Clipboard List=clipboard list icon
Clock=clock icon
Clone=clone icon
Closed Captioning=closed captioning icon
Cloud=cloud icon
Cloud Download Alternate=cloud download alternate icon
Cloud Meatball=cloud meatball icon
Cloud Moon=cloud moon icon
Cloud Moon Rain=cloud moon rain icon
Cloud Rain=cloud rain icon
Cloud Showers Heavy=cloud showers heavy icon
Cloud Sun=cloud sun icon
Cloud Sun Rain=cloud sun rain icon
Cloud Upload Alternate=cloud upload alternate icon
Cocktail=cocktail icon
Code=code icon
Code Branch=code branch icon
Coffee=coffee icon
Cog=cog icon
Cogs=cogs icon
Coins=coins icon
Columns=columns icon
Comment=comment icon
Comment Alternate=comment alternate icon
Comment Dollar=comment dollar icon
Comment Dots=comment dots icon
Comment Medical=comment medical icon
Comment Slash=comment slash icon
Comments=comments icon
Comments Dollar=comments dollar icon
Compact Disc=compact disc icon
Compass=compass icon
Compress=compress icon
Compress Alternate=compress alternate icon
Compress Arrows Alternate=compress arrows alternate icon
Concierge Bell=concierge bell icon
Cookie=cookie icon
Cookie Bite=cookie bite icon
Copy=copy icon
Copyright=copyright icon
Couch=couch icon
Credit Card=credit card icon
Crop=crop icon
Crop Alternate=crop alternate icon
Cross=cross icon
Crosshairs=crosshairs icon
Crow=crow icon
Crown=crown icon
Crutch=crutch icon
Cube=cube icon
Cubes=cubes icon
Cut=cut icon
Database=database icon
Deaf=deaf icon
Democrat=democrat icon
Desktop=desktop icon
Dharmachakra=dharmachakra icon
Diagnoses=diagnoses icon
Dice=dice icon
Dice D20=dice d20 icon
Dice D6=dice d6 icon
Dice Five=dice five icon
Dice Four=dice four icon
Dice One=dice one icon
Dice Six=dice six icon
Dice Three=dice three icon
Dice Two=dice two icon
Digital Tachograph=digital tachograph icon
Directions=directions icon
Disease=disease icon
Divide=divide icon
Dizzy=dizzy icon
Dna=dna icon
Dog=dog icon
Dollar Sign=dollar sign icon
Dolly=dolly icon
Dolly Flatbed=dolly flatbed icon
Donate=donate icon
Door Closed=door closed icon
Door Open=door open icon
Dot Circle=dot circle icon
Dove=dove icon
Download=download icon
Drafting Compass=drafting compass icon
Dragon=dragon icon
Draw Polygon=draw polygon icon
Drum=drum icon
Drum Steelpan=drum steelpan icon
Drumstick Bite=drumstick bite icon
Dumbbell=dumbbell icon
Dumpster=dumpster icon
Dumpster Fire=dumpster fire icon
Dungeon=dungeon icon
Edit=edit icon
Egg=egg icon
Eject=eject icon
Ellipsis Horizontal=ellipsis horizontal icon
Ellipsis Vertical=ellipsis vertical icon
Envelope=envelope icon
Envelope Open=envelope open icon
Envelope Open Text=envelope open text icon
Envelope Square=envelope square icon
Equals=equals icon
Eraser=eraser icon
Ethernet=ethernet icon
Euro Sign=euro sign icon
Exchange Alternate=exchange alternate icon
Exclamation=exclamation icon
Exclamation Circle=exclamation circle icon
Exclamation Triangle=exclamation triangle icon
Expand=expand icon
Expand Alternate=expand alternate icon
Expand Arrows Alternate=expand arrows alternate icon
External Alternate=external alternate icon
External Link Square Alternate=external link square alternate icon
Eye=eye icon
Eye Dropper=eye dropper icon
Eye Slash=eye slash icon
Fan=fan icon
Fast Backward=fast backward icon
Fast Forward=fast forward icon
Faucet=faucet icon
Fax=fax icon
Feather=feather icon
Feather Alternate=feather alternate icon
Female=female icon
Fighter Jet=fighter jet icon
File=file icon
File Alternate=file alternate icon
File Archive=file archive icon
File Audio=file audio icon
File Code=file code icon
File Contract=file contract icon
File Csv=file csv icon
File Download=file download icon
File Excel=file excel icon
File Export=file export icon
File Image=file image icon
File Import=file import icon
File Invoice=file invoice icon
File Invoice Dollar=file invoice dollar icon
File Medical=file medical icon
File Medical Alternate=file medical alternate icon
File Pdf=file pdf icon
File Powerpoint=file powerpoint icon
File Prescription=file prescription icon
File Signature=file signature icon
File Upload=file upload icon
File Video=file video icon
File Word=file word icon
Fill=fill icon
Fill Drip=fill drip icon
Film=film icon
Filter=filter icon
Fingerprint=fingerprint icon
Fire=fire icon
Fire Alternate=fire alternate icon
Fire Extinguisher=fire extinguisher icon
First Aid=first aid icon
Fish=fish icon
Fist Raised=fist raised icon
Flag=flag icon
Flag Checkered=flag checkered icon
Flag Usa=flag usa icon
Flask=flask icon
Flushed=flushed icon
Folder=folder icon
Folder Minus=folder minus icon
Folder Open=folder open icon
Folder Plus=folder plus icon
Font=font icon
Football Ball=football ball icon
Forward=forward icon
Frog=frog icon
Frown=frown icon
Frown Open=frown open icon
Fruit=fruit icon
Funnel Dollar=funnel dollar icon
Futbol=futbol icon
Gamepad=gamepad icon
Gas Pump=gas pump icon
Gavel=gavel icon
Gem=gem icon
Genderless=genderless icon
Ghost=ghost icon
Gift=gift icon
Gifts=gifts icon
Glass Cheers=glass cheers icon
Glass Martini=glass martini icon
Glass Martini Alternate=glass martini alternate icon
Glass Whiskey=glass whiskey icon
Glasses=glasses icon
Globe=globe icon
Globe Africa=globe africa icon
Globe Americas=globe americas icon
Globe Asia=globe asia icon
Globe Europe=globe europe icon
Golf Ball=golf ball icon
Gopuram=gopuram icon
Graduation Cap=graduation cap icon
Greater Than=greater than icon
Greater Than Equal=greater than equal icon
Grimace=grimace icon
Grin=grin icon
Grin Alternate=grin alternate icon
Grin Beam=grin beam icon
Grin Beam Sweat=grin beam sweat icon
Grin Hearts=grin hearts icon
Grin Squint=grin squint icon
Grin Squint Tears=grin squint tears icon
Grin Stars=grin stars icon
Grin Tears=grin tears icon
Grin Tongue=grin tongue icon
Grin Tongue Squint=grin tongue squint icon
Grin Tongue Wink=grin tongue wink icon
Grin Wink=grin wink icon
Grip Horizontal=grip horizontal icon
Grip Lines=grip lines icon
Grip Lines Vertical=grip lines vertical icon
Grip Vertical=grip vertical icon
Guitar=guitar icon
H Square=h square icon
Hamburger=hamburger icon
Hammer=hammer icon
Hamsa=hamsa icon
Hand Holding=hand holding icon
Hand Holding Heart=hand holding heart icon
Hand Holding Medical=hand holding medical icon
Hand Holding Usd=hand holding usd icon
Hand Holding Water=hand holding water icon
Hand Lizard=hand lizard icon
Hand Middle Finger=hand middle finger icon
Hand Paper=hand paper icon
Hand Peace=hand peace icon
Hand Point Down=hand point down icon
Hand Point Left=hand point left icon
Hand Point Right=hand point right icon
Hand Point Up=hand point up icon
Hand Pointer=hand pointer icon
Hand Rock=hand rock icon
Hand Scissors=hand scissors icon
Hand Sparkles=hand sparkles icon
Hand Spock=hand spock icon
Hands=hands icon
Hands Helping=hands helping icon
Hands Wash=hands wash icon
Handshake=handshake icon
Handshake Alternate Slash=handshake alternate slash icon
Handshake Slash=handshake slash icon
Hanukiah=hanukiah icon
Hard Hat=hard hat icon
Hashtag=hashtag icon
Hat Cowboy=hat cowboy icon
Hat Cowboy Side=hat cowboy side icon
Hat Wizard=hat wizard icon
Hdd=hdd icon
Head Side Cough=head side cough icon
Head Side Cough Slash=head side cough slash icon
Head Side Mask=head side mask icon
Head Side Virus=head side virus icon
Heading=heading icon
Headphones=headphones icon
Headphones Alternate=headphones alternate icon
Headset=headset icon
Heart=heart icon
Heart Broken=heart broken icon
Heartbeat=heartbeat icon
Helicopter=helicopter icon
Highlighter=highlighter icon
Hiking=hiking icon
Hippo=hippo icon
History=history icon
Hockey Puck=hockey puck icon
Holly Berry=holly berry icon
Home=home icon
Horse=horse icon
Horse Head=horse head icon
Hospital=hospital icon
Hospital Alternate=hospital alternate icon
Hospital Symbol=hospital symbol icon
Hospital User=hospital user icon
Hot Tub=hot tub icon
Hotdog=hotdog icon
Hotel=hotel icon
Hourglass=hourglass icon
Hourglass End=hourglass end icon
Hourglass Half=hourglass half icon
Hourglass Start=hourglass start icon
House Damage=house damage icon
House User=house user icon
Hryvnia=hryvnia icon
I Cursor=i cursor icon
Ice Cream=ice cream icon
Icicles=icicles icon
Icons=icons icon
Id Badge=id badge icon
Id Card=id card icon
Id Card Alternate=id card alternate icon
Igloo=igloo icon
Image=image icon
Images=images icon
Inbox=inbox icon
Indent=indent icon
Industry=industry icon
Infinity=infinity icon
Info=info icon
Info Circle=info circle icon
Italic=italic icon
Jedi=jedi icon
Joint=joint icon
Journal Whills=journal whills icon
Kaaba=kaaba icon
Key=key icon
Keyboard=keyboard icon
Khanda=khanda icon
Kiss=kiss icon
Kiss Beam=kiss beam icon
Kiss Wink Heart=kiss wink heart icon
Kiwi Bird=kiwi bird icon
Landmark=landmark icon
Language=language icon
Laptop=laptop icon
Laptop Code=laptop code icon
Laptop House=laptop house icon
Laptop Medical=laptop medical icon
Laugh=laugh icon
Laugh Beam=laugh beam icon
Laugh Squint=laugh squint icon
Laugh Wink=laugh wink icon
Layer Group=layer group icon
Leaf=leaf icon
Lemon=lemon icon
Less Than=less than icon
Less Than Equal=less than equal icon
Level Down Alternate=level down alternate icon
Level Up Alternate=level up alternate icon
Life Ring=life ring icon
Lightbulb=lightbulb icon
Linkify=linkify icon
Lira Sign=lira sign icon
List=list icon
List Alternate=list alternate icon
List Ol=list ol icon
List Ul=list ul icon
Location Arrow=location arrow icon
Lock=lock icon
Lock Open=lock open icon
Long Arrow Alternate Down=long arrow alternate down icon
Long Arrow Alternate Left=long arrow alternate left icon
Long Arrow Alternate Right=long arrow alternate right icon
Long Arrow Alternate Up=long arrow alternate up icon
Low Vision=low vision icon
Luggage Cart=luggage cart icon
Lungs=lungs icon
Lungs Virus=lungs virus icon
Magic=magic icon
Magnet=magnet icon
Mail Bulk=mail bulk icon
Male=male icon
Map=map icon
Map Marked=map marked icon
Map Marked Alternate=map marked alternate icon
Map Marker=map marker icon
Map Marker Alternate=map marker alternate icon
Map Pin=map pin icon
Map Signs=map signs icon
Marker=marker icon
Mars=mars icon
Mars Double=mars double icon
Mars Stroke=mars stroke icon
Mars Stroke Horizontal=mars stroke horizontal icon
Mars Stroke Vertical=mars stroke vertical icon
Mask=mask icon
Medal=medal icon
Medkit=medkit icon
Meh=meh icon
Meh Blank=meh blank icon
Meh Rolling Eyes=meh rolling eyes icon
Memory=memory icon
Menorah=menorah icon
Mercury=mercury icon
Meteor=meteor icon
Microchip=microchip icon
Microphone=microphone icon
Microphone Alternate=microphone alternate icon
Microphone Alternate Slash=microphone alternate slash icon
Microphone Slash=microphone slash icon
Microscope=microscope icon
Minus=minus icon
Minus Circle=minus circle icon
Minus Square=minus square icon
Mitten=mitten icon
Mobile=mobile icon
Mobile Alternate=mobile alternate icon
Money Bill=money bill icon
Money Bill Alternate=money bill alternate icon
Money Bill Wave=money bill wave icon
Money Bill Wave Alternate=money bill wave alternate icon
Money Check=money check icon
Money Check Alternate=money check alternate icon
Monument=monument icon
Moon=moon icon
Mortar Pestle=mortar pestle icon
Mosque=mosque icon
Motorcycle=motorcycle icon
Mountain=mountain icon
Mouse=mouse icon
Mouse Pointer=mouse pointer icon
Mug Hot=mug hot icon
Music=music icon
Network Wired=network wired icon
Neuter=neuter icon
Newspaper=newspaper icon
Not Equal=not equal icon
Notes Medical=notes medical icon
Object Group=object group icon
Object Ungroup=object ungroup icon
Oil Can=oil can icon
Om=om icon
Otter=otter icon
Outdent=outdent icon
Pager=pager icon
Paint Brush=paint brush icon
Paint Roller=paint roller icon
Palette=palette icon
Pallet=pallet icon
Paper Plane=paper plane icon
Paperclip=paperclip icon
Parachute Box=parachute box icon
Paragraph=paragraph icon
Parking=parking icon
Passport=passport icon
Pastafarianism=pastafarianism icon
Paste=paste icon
Pause=pause icon
Pause Circle=pause circle icon
Paw=paw icon
Peace=peace icon
Pen=pen icon
Pen Alternate=pen alternate icon
Pen Fancy=pen fancy icon
Pen Nib=pen nib icon
Pen Square=pen square icon
Pencil Alternate=pencil alternate icon
Pencil Ruler=pencil ruler icon
People Arrows=people arrows icon
People Carry=people carry icon
Pepper Hot=pepper hot icon
Percent=percent icon
Percentage=percentage icon
Person Booth=person booth icon
Phone=phone icon
Phone Alternate=phone alternate icon
Phone Slash=phone slash icon
Phone Square=phone square icon
Phone Square Alternate=phone square alternate icon
Phone Volume=phone volume icon
Photo Video=photo video icon
Piggy Bank=piggy bank icon
Pills=pills icon
Pizza Slice=pizza slice icon
Place Of Worship=place of worship icon
Plane=plane icon
Plane Arrival=plane arrival icon
Plane Departure=plane departure icon
Plane Slash=plane slash icon
Play=play icon
Play Circle=play circle icon
Plug=plug icon
Plus=plus icon
Plus Circle=plus circle icon
Plus Square=plus square icon
Podcast=podcast icon
Poll=poll icon
Poll Horizontal=poll horizontal icon
Poo=poo icon
Poo Storm=poo storm icon
Poop=poop icon
Portrait=portrait icon
Pound Sign=pound sign icon
Power Off=power off icon
Pray=pray icon
Praying Hands=praying hands icon
Prescription=prescription icon
Prescription Bottle=prescription bottle icon
Prescription Bottle Alternate=prescription bottle alternate icon
Print=print icon
Procedures=procedures icon
Project Diagram=project diagram icon
Pump Medical=pump medical icon
Pump Soap=pump soap icon
Puzzle Piece=puzzle piece icon
Qrcode=qrcode icon
Question=question icon
Question Circle=question circle icon
Quidditch=quidditch icon
Quote Left=quote left icon
Quote Right=quote right icon
Quran=quran icon
Radiation=radiation icon
Radiation Alternate=radiation alternate icon
Rainbow=rainbow icon
Random=random icon
Receipt=receipt icon
Record Vinyl=record vinyl icon
Recycle=recycle icon
Redo=redo icon
Redo Alternate=redo alternate icon
Registered=registered icon
Remove Format=remove format icon
Reply=reply icon
Reply All=reply all icon
Republican=republican icon
Restroom=restroom icon
Retweet=retweet icon
Ribbon=ribbon icon
Ring=ring icon
Road=road icon
Robot=robot icon
Rocket=rocket icon
Route=route icon
Rss=rss icon
Rss Square=rss square icon
Ruble Sign=ruble sign icon
Ruler=ruler icon
Ruler Combined=ruler combined icon
Ruler Horizontal=ruler horizontal icon
Ruler Vertical=ruler vertical icon
Running=running icon
Rupee Sign=rupee sign icon
Sad Cry=sad cry icon
Sad Tear=sad tear icon
Satellite=satellite icon
Satellite Dish=satellite dish icon
Save=save icon
School=school icon
Screwdriver=screwdriver icon
Scroll=scroll icon
Sd Card=sd card icon
Search=search icon
Search Dollar=search dollar icon
Search Location=search location icon
Search Minus=search minus icon
Search Plus=search plus icon
Seedling=seedling icon
Server=server icon
Shapes=shapes icon
Share=share icon
Share Alternate=share alternate icon
Share Alternate Square=share alternate square icon
Share Square=share square icon
Shekel Sign=shekel sign icon
Shield Alternate=shield alternate icon
Shield Virus=shield virus icon
Ship=ship icon
Shipping Fast=shipping fast icon
Shoe Prints=shoe prints icon
Shopping Bag=shopping bag icon
Shopping Basket=shopping basket icon
Shopping Cart=shopping cart icon
Shower=shower icon
Shuttle Van=shuttle van icon
Sign=sign icon
Sign Language=sign language icon
Signal=signal icon
Signature=signature icon
Sim Card=sim card icon
Sink=sink icon
Sitemap=sitemap icon
Skating=skating icon
Skiing=skiing icon
Skiing Nordic=skiing nordic icon
Skull=skull icon
Skull Crossbones=skull crossbones icon
Slash=slash icon
Sleigh=sleigh icon
Sliders Horizontal=sliders horizontal icon
Smile=smile icon
Smile Beam=smile beam icon
Smile Wink=smile wink icon
Smog=smog icon
Smoking=smoking icon
Smoking Ban=smoking ban icon
Sms=sms icon
Snowboarding=snowboarding icon
Snowflake=snowflake icon
Snowman=snowman icon
Snowplow=snowplow icon
Soap=soap icon
Socks=socks icon
Solar Panel=solar panel icon
Sort=sort icon
Sort Alphabet Down=sort alphabet down icon
Sort Alphabet Down Alternate=sort alphabet down alternate icon
Sort Alphabet Up=sort alphabet up icon
Sort Alphabet Up Alternate=sort alphabet up alternate icon
Sort Amount Down=sort amount down icon
Sort Amount Down Alternate=sort amount down alternate icon
Sort Amount Up=sort amount up icon
Sort Amount Up Alternate=sort amount up alternate icon
Sort Down=sort down icon
Sort Numeric Down=sort numeric down icon
Sort Numeric Down Alternate=sort numeric down alternate icon
Sort Numeric Up=sort numeric up icon
Sort Numeric Up Alternate=sort numeric up alternate icon
Sort Up=sort up icon
Spa=spa icon
Space Shuttle=space shuttle icon
Spell Check=spell check icon
Spider=spider icon
Spinner=spinner icon
Splotch=splotch icon
Spray Can=spray can icon
Square=square icon
Square Full=square full icon
Square Root Alternate=square root alternate icon
Stamp=stamp icon
Star=star icon
Star And Crescent=star and crescent icon
Star Half=star half icon
Star Half Alternate=star half alternate icon
Star Of David=star of david icon
Star Of Life=star of life icon
Step Backward=step backward icon
Step Forward=step forward icon
Stethoscope=stethoscope icon
Sticky Note=sticky note icon
Stop=stop icon
Stop Circle=stop circle icon
Stopwatch=stopwatch icon
Stopwatch Twenty=stopwatch twenty icon
Store=store icon
Store Alternate=store alternate icon
Store Alternate Slash=store alternate slash icon
Store Slash=store slash icon
Stream=stream icon
Street View=street view icon
Strikethrough=strikethrough icon
Stroopwafel=stroopwafel icon
Subscript=subscript icon
Subway=subway icon
Suitcase=suitcase icon
Suitcase Rolling=suitcase rolling icon
Sun=sun icon
Superscript=superscript icon
Surprise=surprise icon
Swatchbook=swatchbook icon
Swimmer=swimmer icon
Swimming Pool=swimming pool icon
Synagogue=synagogue icon
Sync=sync icon
Sync Alternate=sync alternate icon
Syringe=syringe icon
Table=table icon
Table Tennis=table tennis icon
Tablet=tablet icon
Tablet Alternate=tablet alternate icon
Tablets=tablets icon
Tachometer Alternate=tachometer alternate icon
Tag=tag icon
Tags=tags icon
Tape=tape icon
Tasks=tasks icon
Taxi=taxi icon
Teeth=teeth icon
Teeth Open=teeth open icon
Temperature High=temperature high icon
Temperature Low=temperature low icon
Tenge=tenge icon
Terminal=terminal icon
Text Height=text height icon
Text Width=text width icon
Th=th icon
Th Large=th large icon
Th List=th list icon
Theater Masks=theater masks icon
Thermometer=thermometer icon
Thermometer Empty=thermometer empty icon
Thermometer Full=thermometer full icon
Thermometer Half=thermometer half icon
Thermometer Quarter=thermometer quarter icon
Thermometer Three Quarters=thermometer three quarters icon
Thumbs Down=thumbs down icon
Thumbs Up=thumbs up icon
Thumbtack=thumbtack icon
Ticket Alternate=ticket alternate icon
Times=times icon
Times Circle=times circle icon
Tint=tint icon
Tint Slash=tint slash icon
Tired=tired icon
Toggle Off=toggle off icon
Toggle On=toggle on icon
Toilet=toilet icon
Toilet Paper=toilet paper icon
Toilet Paper Slash=toilet paper slash icon
Toolbox=toolbox icon
Tools=tools icon
Tooth=tooth icon
Torah=torah icon
Torii Gate=torii gate icon
Tractor=tractor icon
Trademark=trademark icon
Traffic Light=traffic light icon
Trailer=trailer icon
Train=train icon
Tram=tram icon
Transgender=transgender icon
Transgender Alternate=transgender alternate icon
Trash=trash icon
Trash Alternate=trash alternate icon
Trash Restore=trash restore icon
Trash Restore Alternate=trash restore alternate icon
Tree=tree icon
Trophy=trophy icon
Truck=truck icon
Truck Monster=truck monster icon
Truck Moving=truck moving icon
Truck Packing=truck packing icon
Truck Pickup=truck pickup icon
Tshirt=tshirt icon
Tty=tty icon
Tv=tv icon
Umbrella=umbrella icon
Umbrella Beach=umbrella beach icon
Underline=underline icon
Undo=undo icon
Undo Alternate=undo alternate icon
Universal Access=universal access icon
University=university icon
Unlink=unlink icon
Unlock=unlock icon
Unlock Alternate=unlock alternate icon
Upload=upload icon
User=user icon
User Alternate=user alternate icon
User Alternate Slash=user alternate slash icon
User Astronaut=user astronaut icon
User Check=user check icon
User Circle=user circle icon
User Clock=user clock icon
User Cog=user cog icon
User Edit=user edit icon
User Friends=user friends icon
User Graduate=user graduate icon
User Injured=user injured icon
User Lock=user lock icon
User Md=user md icon
User Minus=user minus icon
User Ninja=user ninja icon
User Nurse=user nurse icon
User Plus=user plus icon
User Secret=user secret icon
User Shield=user shield icon
User Slash=user slash icon
User Tag=user tag icon
User Tie=user tie icon
User Times=user times icon
Users=users icon
Users Cog=users cog icon
Users Slash=users slash icon
Utensil Spoon=utensil spoon icon
Utensils=utensils icon
Vector Square=vector square icon
Venus=venus icon
Venus Double=venus double icon
Venus Mars=venus mars icon
Vest=vest icon
Vest Patches=vest patches icon
Vial=vial icon
Vials=vials icon
Video=video icon
Video Slash=video slash icon
Vihara=vihara icon
Virus=virus icon
Virus Slash=virus slash icon
Viruses=viruses icon
Voicemail=voicemail icon
Volleyball Ball=volleyball ball icon
Volume Down=volume down icon
Volume Mute=volume mute icon
Volume Off=volume off icon
Volume Up=volume up icon
Vote Yea=vote yea icon
Vr Cardboard=vr cardboard icon
Walking=walking icon
Wallet=wallet icon
Warehouse=warehouse icon
Water=water icon
Wave Square=wave square icon
Weight=weight icon
Weight Hanging=weight hanging icon
Wheelchair=wheelchair icon
Wifi=wifi icon
Wind=wind icon
Window Close=window close icon
Window Maximize=window maximize icon
Window Minimize=window minimize icon
Window Restore=window restore icon
Wine Bottle=wine bottle icon
Wine Glass=wine glass icon
Wine Glass Alternate=wine glass alternate icon
Won Sign=won sign icon
Wrench=wrench icon
X Ray=x ray icon
Yen Sign=yen sign icon
Yin Yang=yin yang icon
Add=add icon
Add Circle=add circle icon
Add Square=add square icon
Add To Calendar=add to calendar icon
Add To Cart=add to cart icon
Add User=add user icon
Alarm=alarm icon
Alarm Mute=alarm mute icon
Ald=ald icon
Als=als icon
Announcement=announcement icon
Area Chart=area chart icon
Area Graph=area graph icon
Arrow Down Cart=arrow down cart icon
Asexual=asexual icon
Asl=asl icon
Asl Interpreting=asl interpreting icon
Assistive Listening Devices=assistive listening devices icon
Attach=attach icon
Attention=attention icon
Balance=balance icon
Bar=bar icon
Bathtub=bathtub icon
Battery Four=battery four icon
Battery High=battery high icon
Battery Low=battery low icon
Battery Medium=battery medium icon
Battery One=battery one icon
Battery Three=battery three icon
Battery Two=battery two icon
Battery Zero=battery zero icon
Birthday=birthday icon
Block Layout=block layout icon
Broken Chain=broken chain icon
Browser=browser icon
Call=call icon
Call Square=call square icon
Cancel=cancel icon
Cart=cart icon
Cc=cc icon
Chain=chain icon
Chat=chat icon
Checked Calendar=checked calendar icon
Checkmark=checkmark icon
Checkmark Box=checkmark box icon
Chess Rock=chess rock icon
Circle Notched=circle notched icon
Circle Thin=circle thin icon
Close=close icon
Cloud Download=cloud download icon
Cloud Upload=cloud upload icon
Cny=cny icon
Cocktail=cocktail icon
Commenting=commenting icon
Compose=compose icon
Computer=computer icon
Configure=configure icon
Content=content icon
Conversation=conversation icon
Credit Card Alternative=credit card alternative icon
Currency=currency icon
Dashboard=dashboard icon
Deafness=deafness icon
Delete=delete icon
Delete Calendar=delete calendar icon
Detective=detective icon
Diamond=diamond icon
Discussions=discussions icon
Disk=disk icon
Doctor=doctor icon
Dollar=dollar icon
Dont=dont icon
Drivers License=drivers license icon
Dropdown=dropdown icon
Emergency=emergency icon
Erase=erase icon
Eur=eur icon
Euro=euro icon
Exchange=exchange icon
External=external icon
External Share=external share icon
External Square=external square icon
Eyedropper=eyedropper icon
Factory=factory icon
Favorite=favorite icon
Feed=feed icon
Female Homosexual=female homosexual icon
File Text=file text icon
Find=find icon
First Aid=first aid icon
Food=food icon
Fork=fork icon
Game=game icon
Gay=gay icon
Gbp=gbp icon
Grab=grab icon
Graduation=graduation icon
Grid Layout=grid layout icon
Group=group icon
H=h icon
Hamburger=hamburger icon
Hand Victory=hand victory icon
Handicap=handicap icon
Hard Of Hearing=hard of hearing icon
Header=header icon
Heart Empty=heart empty icon
Help=help icon
Help Circle=help circle icon
Heterosexual=heterosexual icon
Hide=hide icon
Hotel=hotel icon
Hourglass Four=hourglass four icon
Hourglass Full=hourglass full icon
Hourglass One=hourglass one icon
Hourglass Three=hourglass three icon
Hourglass Two=hourglass two icon
Hourglass Zero=hourglass zero icon
Idea=idea icon
Ils=ils icon
Inr=inr icon
Intergender=intergender icon
Intersex=intersex icon
Jpy=jpy icon
Krw=krw icon
Lab=lab icon
Law=law icon
Legal=legal icon
Lesbian=lesbian icon
Level Down=level down icon
Level Up=level up icon
Lightning=lightning icon
Like=like icon
Linegraph=linegraph icon
Linkify=linkify icon
Lira=lira icon
List Layout=list layout icon
Magnify=magnify icon
Mail=mail icon
Mail Forward=mail forward icon
Mail Square=mail square icon
Male Homosexual=male homosexual icon
Man=man icon
Marker=marker icon
Mars Alternate=mars alternate icon
Mars Horizontal=mars horizontal icon
Mars Vertical=mars vertical icon
Meanpath=meanpath icon
Military=military icon
Money=money icon
Move=move icon
Mute=mute icon
Non Binary Transgender=non binary transgender icon
Numbered List=numbered list icon
Options=options icon
Ordered List=ordered list icon
Other Gender=other gender icon
Other Gender Horizontal=other gender horizontal icon
Other Gender Vertical=other gender vertical icon
Payment=payment icon
Pencil=pencil icon
Pencil Square=pencil square icon
Photo=photo icon
Picture=picture icon
Pie Chart=pie chart icon
Pie Graph=pie graph icon
Pin=pin icon
Plus Cart=plus cart icon
Point=point icon
Pointing Down=pointing down icon
Pointing Left=pointing left icon
Pointing Right=pointing right icon
Pointing Up=pointing up icon
Pound=pound icon
Power=power icon
Power Cord=power cord icon
Privacy=privacy icon
Protect=protect icon
Puzzle=puzzle icon
R Circle=r circle icon
Radio=radio icon
Rain=rain icon
Record=record icon
Refresh=refresh icon
Remove=remove icon
Remove Bookmark=remove bookmark icon
Remove Circle=remove circle icon
Remove From Calendar=remove from calendar icon
Remove User=remove user icon
Repeat=repeat icon
Resize Horizontal=resize horizontal icon
Resize Vertical=resize vertical icon
Rmb=rmb icon
Rouble=rouble icon
Rub=rub icon
Ruble=ruble icon
Rupee=rupee icon
S15=s15 icon
Selected Radio=selected radio icon
Send=send icon
Setting=setting icon
Settings=settings icon
Shekel=shekel icon
Sheqel=sheqel icon
Shield=shield icon
Shipping=shipping icon
Shop=shop icon
Shuffle=shuffle icon
Shutdown=shutdown icon
Sidebar=sidebar icon
Signing=signing icon
Signup=signup icon
Sliders=sliders icon
Soccer=soccer icon
Sort Alphabet Ascending=sort alphabet ascending icon
Sort Alphabet Descending=sort alphabet descending icon
Sort Ascending=sort ascending icon
Sort Content Ascending=sort content ascending icon
Sort Content Descending=sort content descending icon
Sort Descending=sort descending icon
Sort Numeric Ascending=sort numeric ascending icon
Sort Numeric Descending=sort numeric descending icon
Sound=sound icon
Spoon=spoon icon
Spy=spy icon
Star Empty=star empty icon
Star Half Empty=star half empty icon
Star Half Full=star half full icon
Student=student icon
Talk=talk icon
Target=target icon
Teletype=teletype icon
Television=television icon
Text Cursor=text cursor icon
Text Telephone=text telephone icon
Theme=theme icon
Thermometer=thermometer icon
Thumb Tack=thumb tack icon
Ticket=ticket icon
Time=time icon
Times Rectangle=times rectangle icon
Tm=tm icon
Toggle Down=toggle down icon
Toggle Left=toggle left icon
Toggle Right=toggle right icon
Toggle Up=toggle up icon
Translate=translate icon
Travel=travel icon
Treatment=treatment icon
Triangle Down=triangle down icon
Triangle Left=triangle left icon
Triangle Right=triangle right icon
Triangle Up=triangle up icon
Try=try icon
Unhide=unhide icon
Unlinkify=unlinkify icon
Unmute=unmute icon
Unordered List=unordered list icon
Usd=usd icon
User Cancel=user cancel icon
User Close=user close icon
User Delete=user delete icon
User Doctor=user doctor icon
User X=user x icon
Vcard=vcard icon
Video Camera=video camera icon
Video Play=video play icon
Volume Control Phone=volume control phone icon
Wait=wait icon
Warning=warning icon
Warning Circle=warning circle icon
Warning Sign=warning sign icon
Wi Fi=wi fi icon
Winner=winner icon
Wizard=wizard icon
Woman=woman icon
Won=won icon
World=world icon
Write=write icon
Write Square=write square icon
X=x icon
Yen=yen icon
Zip=zip icon
Zoom=zoom icon
Outline=outline icon
Address Book Outline=address book outline icon
Address Card Outline=address card outline icon
Angry Outline=angry outline icon
Arrow Alternate Circle Down Outline=arrow alternate circle down outline icon
Arrow Alternate Circle Left Outline=arrow alternate circle left outline icon
Arrow Alternate Circle Right Outline=arrow alternate circle right outline icon
Arrow Alternate Circle Up Outline=arrow alternate circle up outline icon
Bell Outline=bell outline icon
Bell Slash Outline=bell slash outline icon
Bookmark Outline=bookmark outline icon
Building Outline=building outline icon
Calendar Alternate Outline=calendar alternate outline icon
Calendar Check Outline=calendar check outline icon
Calendar Minus Outline=calendar minus outline icon
Calendar Outline=calendar outline icon
Calendar Plus Outline=calendar plus outline icon
Calendar Times Outline=calendar times outline icon
Caret Square Down Outline=caret square down outline icon
Caret Square Left Outline=caret square left outline icon
Caret Square Right Outline=caret square right outline icon
Caret Square Up Outline=caret square up outline icon
Chart Bar Outline=chart bar outline icon
Check Circle Outline=check circle outline icon
Check Square Outline=check square outline icon
Circle Outline=circle outline icon
Clipboard Outline=clipboard outline icon
Clock Outline=clock outline icon
Clone Outline=clone outline icon
Closed Captioning Outline=closed captioning outline icon
Comment Alternate Outline=comment alternate outline icon
Comment Dots Outline=comment dots outline icon
Comment Outline=comment outline icon
Comments Outline=comments outline icon
Compass Outline=compass outline icon
Copy Outline=copy outline icon
Copyright Outline=copyright outline icon
Credit Card Outline=credit card outline icon
Dizzy Outline=dizzy outline icon
Dot Circle Outline=dot circle outline icon
Edit Outline=edit outline icon
Envelope Open Outline=envelope open outline icon
Envelope Outline=envelope outline icon
Eye Outline=eye outline icon
Eye Slash Outline=eye slash outline icon
File Alternate Outline=file alternate outline icon
File Archive Outline=file archive outline icon
File Audio Outline=file audio outline icon
File Code Outline=file code outline icon
File Excel Outline=file excel outline icon
File Image Outline=file image outline icon
File Outline=file outline icon
File Pdf Outline=file pdf outline icon
File Powerpoint Outline=file powerpoint outline icon
File Video Outline=file video outline icon
File Word Outline=file word outline icon
Flag Outline=flag outline icon
Flushed Outline=flushed outline icon
Folder Open Outline=folder open outline icon
Folder Outline=folder outline icon
Frown Open Outline=frown open outline icon
Frown Outline=frown outline icon
Futbol Outline=futbol outline icon
Gem Outline=gem outline icon
Grimace Outline=grimace outline icon
Grin Alternate Outline=grin alternate outline icon
Grin Beam Outline=grin beam outline icon
Grin Beam Sweat Outline=grin beam sweat outline icon
Grin Hearts Outline=grin hearts outline icon
Grin Outline=grin outline icon
Grin Squint Outline=grin squint outline icon
Grin Squint Tears Outline=grin squint tears outline icon
Grin Stars Outline=grin stars outline icon
Grin Tears Outline=grin tears outline icon
Grin Tongue Outline=grin tongue outline icon
Grin Tongue Squint Outline=grin tongue squint outline icon
Grin Tongue Wink Outline=grin tongue wink outline icon
Grin Wink Outline=grin wink outline icon
Hand Lizard Outline=hand lizard outline icon
Hand Paper Outline=hand paper outline icon
Hand Peace Outline=hand peace outline icon
Hand Point Down Outline=hand point down outline icon
Hand Point Left Outline=hand point left outline icon
Hand Point Right Outline=hand point right outline icon
Hand Point Up Outline=hand point up outline icon
Hand Pointer Outline=hand pointer outline icon
Hand Rock Outline=hand rock outline icon
Hand Scissors Outline=hand scissors outline icon
Hand Spock Outline=hand spock outline icon
Handshake Outline=handshake outline icon
Hdd Outline=hdd outline icon
Heart Outline=heart outline icon
Hospital Outline=hospital outline icon
Hourglass Outline=hourglass outline icon
Id Badge Outline=id badge outline icon
Id Card Outline=id card outline icon
Image Outline=image outline icon
Images Outline=images outline icon
Keyboard Outline=keyboard outline icon
Kiss Beam Outline=kiss beam outline icon
Kiss Outline=kiss outline icon
Kiss Wink Heart Outline=kiss wink heart outline icon
Laugh Beam Outline=laugh beam outline icon
Laugh Outline=laugh outline icon
Laugh Squint Outline=laugh squint outline icon
Laugh Wink Outline=laugh wink outline icon
Lemon Outline=lemon outline icon
Life Ring Outline=life ring outline icon
Lightbulb Outline=lightbulb outline icon
List Alternate Outline=list alternate outline icon
Map Outline=map outline icon
Meh Blank Outline=meh blank outline icon
Meh Outline=meh outline icon
Meh Rolling Eyes Outline=meh rolling eyes outline icon
Minus Square Outline=minus square outline icon
Money Bill Alternate Outline=money bill alternate outline icon
Moon Outline=moon outline icon
Newspaper Outline=newspaper outline icon
Object Group Outline=object group outline icon
Object Ungroup Outline=object ungroup outline icon
Paper Plane Outline=paper plane outline icon
Pause Circle Outline=pause circle outline icon
Play Circle Outline=play circle outline icon
Plus Square Outline=plus square outline icon
Question Circle Outline=question circle outline icon
Registered Outline=registered outline icon
Sad Cry Outline=sad cry outline icon
Sad Tear Outline=sad tear outline icon
Save Outline=save outline icon
Share Square Outline=share square outline icon
Smile Beam Outline=smile beam outline icon
Smile Outline=smile outline icon
Smile Wink Outline=smile wink outline icon
Snowflake Outline=snowflake outline icon
Square Outline=square outline icon
Star Half Outline=star half outline icon
Star Outline=star outline icon
Sticky Note Outline=sticky note outline icon
Stop Circle Outline=stop circle outline icon
Sun Outline=sun outline icon
Surprise Outline=surprise outline icon
Thumbs Down Outline=thumbs down outline icon
Thumbs Up Outline=thumbs up outline icon
Times Circle Outline=times circle outline icon
Tired Outline=tired outline icon
Trash Alternate Outline=trash alternate outline icon
User Circle Outline=user circle outline icon
User Outline=user outline icon
Window Close Outline=window close outline icon
Window Maximize Outline=window maximize outline icon
Window Minimize Outline=window minimize outline icon
Window Restore Outline=window restore outline icon
Svg=svg icon |
|
<li>[[+value]] [[+items]]</li>
<ol class="ui list">[[+items]]</ol>
[[$quoteBasic?
"e=`[[+value]]`
&cite=`[[+cite]]`
&size=`[[+size]]`
&layout_type=`[[+layout_type]]`
]]
0 | reference | size | title | Text size | fieldtype | select | default_value | large | fieldoptions | Mini=mini
Tiny=tiny
Small=small
Medium=medium
Large=large
Big=big
Huge=huge
Massive=massive |
|
1 | reference | layout_type | title | Layout | fieldtype | radio | fieldoptions | Regular=
Basic=basic |
|
Type: |
repeater |
Repeater rows:
Name: |
Question |
Key: |
heading |
Type: |
textfield |
Name: |
Answer |
Key: |
content |
Type: |
redactor |
|
[[$[[+layout_type]]RowBasic?
&heading=`[[+heading]]`
&level=`[[+heading_level]]`
&content=`[[+content]]`
&padding=`[[+padding]]`
&idx=`[[+idx]]`
]]
[[$[[+layout_type]]Outer?
&rows=`[[+rows]]`
&total=`[[+total]]`
&accordion_type=`[[+accordion_type]]`
&padding=`[[+padding]]`
&unique_idx=`[[+unique_idx]]`
&layout_idx=`[[+layout_idx]]`
]]
Add images, SVGs, galleries and videos to your content.
@CHUNK imageOuter
0 | reference | alt | title | ALT text | fieldtype | textfield |
|
1 | reference | link | title | Link | fieldtype | link |
|
2 | reference | caption | title | Caption | fieldtype | richtext | type_ahead | No |
|
3 | reference | img_size | title | Image size | fieldtype | select | fieldoptions | Original=
Mini=mini
Tiny=tiny
Small=small
Medium=medium
Large=large
Big=big
Huge=huge
Massive=massive
Fluid (full width)=fluid |
|
4 | reference | position | title | Position | fieldtype | select | fieldoptions | Default=
Centered=centered
Left floated=left floated
Right floated=right floated |
|
5 | reference | options | title | Options | fieldtype | checkbox | fieldoptions | Circular image=circular
Bordered image=bordered
Faded image=disabled
Stack image on mobile=stackable |
|
6 | reference | credits | title | Credits | fieldtype | richtext |
|
7 | reference | link_rel | title | Link options | fieldtype | checkbox | fieldoptions | Add 'nofollow' to link tag=nofollow
Add 'noopener' to link tag=noopener
Add 'noreferrer' to link tag=noreferrer |
|
8 | reference | new_window | title | Open in new window | fieldtype | radio | fieldoptions | Yes=1
No=0 |
|
9 | reference | lazy_load | title | Lazy load | fieldtype | radio | default_value | 1 | fieldoptions | No=0
Yes=1 | description | SVG images are not inlined when this is active. | type_ahead | No |
|
@CHUNK iconSVG
0 | reference | alt | title | ALT text | fieldtype | textfield |
|
1 | reference | icon_size | title | Icon size | fieldtype | select | default_value | small | fieldoptions | Mini=mini
Tiny=tiny
Small=small
Medium=medium
Large=large
Big=big
Huge=huge
Massive=massive |
|
2 | reference | de_emphasize | title | Fade icon color | fieldtype | radio | default_value | 1 | fieldoptions | Yes=1
No=0 |
|
[[$videoYoutube?
&video=`[[+value]]`
&img_type=`[[+img_type]]`
&img_alt=`[[+img_alt]]`
&aspect_ratio=`[[+aspect_ratio]]`
&button_size=`[[+button_size]]`
&embed_on_click=`[[+embed_on_click]]`
]]
0 | reference | aspect_ratio | title | Aspect ratio | fieldtype | radio | default_value | 16:9 | fieldoptions | 1:1
4:3
16:9
21:9 |
|
1 | reference | img_type | title | Image type | fieldtype | radio | default_value | webp | fieldoptions | WebP=webp
JPG=jpg |
|
2 | reference | img_alt | title | Image alt text | fieldtype | textfield | type_ahead | No | template | |
|
3 | reference | button_size | title | Play button size | fieldtype | select | default_value | medium | fieldoptions | Mini=mini
Tiny=tiny
Small=small
Medium=medium
Large=large
Big=big
Huge=huge
Massive=massive |
|
4 | reference | embed_on_click | title | Load player | fieldtype | select | default_value | 1 | fieldoptions | After clicking the play button=1
Directly (increases page load time)=0 |
|
Type: |
chunk |
Chunk: |
videoVimeo
|
0 | reference | video | title | Video URL | fieldtype | textfield |
|
1 | reference | aspect_ratio | title | Aspect ratio | fieldtype | radio | default_value | 16:9 | fieldoptions | 1:1
4:3
16:9
21:9 |
|
2 | reference | img_type | title | Image type | fieldtype | radio | default_value | webp | fieldoptions | WebP=webp
JPG=jpg |
|
3 | reference | img_size | title | Image size | fieldtype | select | default_value | 720 | fieldoptions | Tiny=320
Small=640
Medium=720
Large=960
Huge=1920 |
|
4 | reference | button_size | title | Play button size | fieldtype | select | default_value | medium | fieldoptions | Mini=mini
Tiny=tiny
Small=small
Medium=medium
Large=large
Big=big
Huge=huge
Massive=massive |
|
5 | reference | embed_on_click | title | Load player | fieldtype | select | default_value | 1 | fieldoptions | After clicking the play button=1
Directly (increases page load time)=0 |
|
@CHUNK videoLocalSource
@CHUNK videoLocal
0 | reference | thumb | title | Thumbnail | fieldtype | image | image_source | 17 | image_directory | thumbs/ | image_file_types | jpg,jpeg,png,gif,webp | type_ahead | No | template | |
|
1 | reference | width | title | Width | fieldtype | textfield | type_ahead | No | template | |
|
2 | reference | height | title | Height | fieldtype | textfield | type_ahead | No | template | |
|
3 | reference | options | title | Options | fieldtype | checkbox | fieldoptions | Centered=centered
Rounded corners=rounded | type_ahead | No | template | |
|
4 | reference | lazy_load | title | Lazy load | fieldtype | radio | default_value | 1 | fieldoptions | No=0
Yes=1 | type_ahead | No | template | |
|
[[$galleryRowImage?
&url=`[[+url]]`
&title=`[[+title]]`
&size=`[[+size]]`
&width=`[[+width]]`
&height=`[[+height]]`
&extension=`[[+extension]]`
&classes=``
&lightbox=`[[+lightbox]]`
&lazy_load=`[[+lazy_load]]`
&layout_id=`[[+layout_id]]`
&layout_column=`[[+layout_column]]`
&cols=`[[textToNumber? &input=`[[+cols]]`]]`
&sidebar_width=`[[+layout_settings.sidebar_width]]`
&responsive=`[[+layout_settings.responsive]]`
&unique_idx=`[[+unique_idx]]_[[+idx]]`
&idx=`[[+idx]]`
]]
[[$galleryOuter?
&rows=`[[+images]]`
&cols=`[[+cols]]`
&padding=`[[+padding]]`
&lightbox=`[[+lightbox]]`
&responsive=`[[+responsive]]`
&lazy_load=`[[+lazy_load]]`
&unique_idx=`[[+unique_idx]]`
&layout_id=`[[+layout_id]]`
]]
0 | reference | cols | title | Column count | fieldtype | select | default_value | one | fieldoptions | 1 column=one
2 columns=two
3 columns=three
4 columns=four
5 columns=five
6 columns=six
7 columns=seven
8 columns=eight
Adjust to content width=compact |
|
1 | reference | padding | title | Extra padding | fieldtype | select | fieldoptions | None=regular
A little=relaxed
A lot=very relaxed |
|
2 | reference | responsive | title | Responsive options | fieldtype | checkbox | default_value | stackable,doubling | fieldoptions | Stack columns on top of each other on mobile=stackable
Start stacking on tablet breakpoint already=on tablet
Center content when stacked=center when stacked
Reverse column order on mobile=mobile reversed
Double number of columns on each breakpoint=doubling
Do nothing (check if no other option was set!)=static |
|
3 | reference | lightbox | title | Lightbox | fieldtype | radio | fieldoptions | Disabled=0
Enabled=1 |
|
4 | reference | lazy_load | title | Lazy load | fieldtype | radio | default_value | 1 | fieldoptions | No=0
Yes=1 |
|
Type: |
repeater |
Repeater rows:
Name: |
Image |
Key: |
image |
Type: |
image |
Name: |
ALT text |
Key: |
alt |
Type: |
textfield |
Name: |
Caption |
Key: |
caption |
Type: |
redactor |
|
[[$galleryRowImageCaption?
&image=`[[+image]]`
&alt=`[[+alt]]`
&caption=`[[+caption]]`
&column_type=`[[+column_type]]`
&lightbox=`[[+lightbox]]`
&unique_idx=`[[+unique_idx]]_[[+idx]]`
&idx=`[[+idx]]`
]]
[[$galleryOuter?
&rows=`[[+rows]]`
&cols=`[[+cols]]`
&padding=`[[+padding]]`
&caption=`1`
&lightbox=`[[+lightbox]]`
&lazy_load=`[[+lazy_load]]`
&responsive=`[[+responsive]]`
&unique_idx=`[[+unique_idx]]`
&layout_id=`[[+layout_id]]`
]]
0 | reference | column_type | title | Caption type | fieldtype | select | default_value | fluid card | fieldoptions | Text only (transparent background)=air pocket
Polaroid (solid white background)=fluid card
Light overlay (white transparent background, on top of image)=fluid overlay card
Dark overlay (black transparent background)=fluid inverted overlay card
Lightbox only (visible after clicking on image)=minimal |
|
1 | reference | cols | title | Column count | fieldtype | select | default_value | one | fieldoptions | 1 column=one
2 columns=two
3 columns=three
4 columns=four
5 columns=five
6 columns=six
7 columns=seven
8 columns=eight
Adjust to content width=compact |
|
2 | reference | padding | title | Extra padding | fieldtype | select | fieldoptions | None=regular
A little=relaxed
A lot=very relaxed |
|
3 | reference | lightbox | title | Lightbox | fieldtype | radio | fieldoptions | Disabled=0
Enabled=1 |
|
4 | reference | lazy_load | title | Lazy load | fieldtype | radio | default_value | 1 | fieldoptions | No=0
Yes=1 |
|
5 | reference | responsive | title | Responsive options | fieldtype | checkbox | default_value | stackable,doubling | fieldoptions | Stack columns on top of each other on mobile=stackable
Start stacking on tablet breakpoint already=on tablet
Center content when stacked=center when stacked
Reverse column order on mobile=mobile reversed
Double number of columns on each breakpoint=doubling
Do nothing (check if no other option was set!)=static |
|
Various containers for arranging visual elements on the page.
<div class="ui nested [[+responsive:replace=`,== `]] [[+padding]] [[+alignment]] [[+divider]] equal width grid">
[[+value]]
</div>
0 | reference | padding | title | Extra padding | fieldtype | select | default_value | relaxed | fieldoptions | None=regular
A little=relaxed
A lot=very relaxed |
|
1 | reference | alignment | title | Content alignment | fieldtype | select | fieldoptions | Left=left aligned
Center=center aligned
Right=right aligned
Justified=justified
Middle=middle aligned
Bottom=bottom aligned
Left and middle=left aligned middle aligned
Center and middle=center aligned middle aligned
Right and middle=right aligned middle aligned |
|
2 | reference | divider | title | Divider | fieldtype | select | fieldoptions | None=
Vertical divider between columns=divided
Borders around each column (celled)=celled
Borders inside the columns only=internally celled |
|
3 | reference | responsive | title | Responsive options | fieldtype | checkbox | default_value | stackable,doubling | fieldoptions | Stack columns on top of each other on mobile=stackable
Start stacking on tablet breakpoint already=on tablet
Center content when stacked=center when stacked
Reverse column order on mobile=mobile reversed
Double number of columns on each breakpoint=doubling
Do nothing (check if no other option was set!)=static |
|
@CHUNK dividerBasic
0 | reference | divider_text | title | Text in the center | fieldtype | textfield |
|
1 | reference | divider_section | title | Extra padding | fieldtype | radio | default_value | 1 | fieldoptions | Yes=1
No=0 | type_ahead | No |
|
2 | reference | divider_hidden | title | Hide dividing line | fieldtype | radio | fieldoptions | Yes=1
No=0 |
|
@CHUNK dividerHeading
0 | reference | divider_text | title | Heading | fieldtype | textfield |
|
1 | reference | divider_level | title | Heading level | fieldtype | select | default_value | h4 | fieldoptions | Heading 2=h2
Heading 3=h3
Heading 4=h4
Heading 5=h5
Regular=span | type_ahead | No | template | |
|
2 | reference | divider_section | title | Extra padding | fieldtype | select | default_value | 1 | fieldoptions | Yes=1
No=0 |
|
3 | |
4 | reference | divider_icon_circular | title | Circled icon | fieldtype | select | fieldoptions | Yes=1
No=0 |
|
@CHUNK tableColumnBasic
@CHUNK tableOuter
0 | reference | table_size | title | Table size | fieldtype | select | fieldoptions | Small=small
Medium=
Large=big |
|
1 | reference | table_type | title | Display type | fieldtype | select | fieldoptions | Regular=
Transparent=basic
Transparent and borderless=very basic |
|
2 | reference | padding | title | Padding | fieldtype | select | fieldoptions | A lot less=very compact
A little less=compact
Regular=
A little more=padded
A lot more=very padded |
|
3 | reference | table_columns | title | Column count | fieldtype | select | fieldoptions |
1 column=one
2 columns=two
3 columns=three
4 columns=four
5 columns=five
6 columns=six
7 columns=seven
8 columns=eight
Adjust to content width=compact |
|
4 | reference | table_sortable | title | Sortable by column | fieldtype | select | fieldoptions | No=0
Yes=1 |
|
5 | reference | table_head | title | 1st row is table head | fieldtype | radio | fieldoptions | No=0
Yes=1 |
|
6 | reference | table_options | title | Table options | fieldtype | checkbox | default_value | celled | fieldoptions | Divide each row into separate cells=celled
Stripe alternate rows=striped
Only take up as much space as needed=collapsing
Don't stack columns on mobile=unstackable
Display rows as cards on mobile=overview | type_ahead | No |
|
Type: |
repeater |
Repeater rows:
Name: |
Heading |
Key: |
heading |
Type: |
textfield |
Name: |
Content |
Key: |
content |
Type: |
redactor |
|
[[$[[+layout_type]]RowBasic?
&heading=`[[+heading]]`
&level=`[[+heading_level]]`
&content=`[[+content]]`
&padding=`[[+padding]]`
&tab_type=`[[+tab_type]]`
&idx=`[[+idx]]`
]]
[[$[[+layout_type]]Outer?
&rows=`[[+rows]]`
&total=`[[+total]]`
&padding=`[[+padding]]`
&accordion_type=`[[+accordion_type]]`
&tab_type=`[[+tab_type]]`
&justify_tabs=`[[+justify_tabs]]`
&unique_idx=`[[+unique_idx]]`
&layout_idx=`[[+layout_idx]]`
]]
0 | reference | layout_type | title | Layout type | fieldtype | radio | default_value | accordion | fieldoptions | Accordion=accordion
Tabs on desktop, accordion on mobile=tabs |
|
1 | reference | accordion_type | title | Accordion type | fieldtype | select | fieldoptions | Standard=
Styled (600px wide)=styled
Styled (fluid width)=fluid styled
Inverted=fluid inverted |
|
2 | reference | tab_type | title | Tab type | fieldtype | select | default_value | regular | fieldoptions | Classic=regular
Basic=basic
Pointing navbar=pointing basic
Pointing navbar + Segment=pointing regular
Pointing buttons + Segment=pointing segments |
|
3 | reference | justify_tabs | title | Justify tabs | fieldtype | select | default_value | 1 | fieldoptions | Yes=1
No=0 |
|
4 | reference | padding | title | Extra padding | fieldtype | select | default_value | padded | fieldoptions | None=regular
A little=padded
A lot=very padded |
|
5 | reference | heading_level | title | Heading level | fieldtype | select | default_value | span | fieldoptions | Heading 2=h2
Heading 3=h3
Heading 4=h4
Heading 5=h5
Regular=span |
|
Type: |
repeater |
Repeater rows:
Name: |
Heading |
Key: |
heading |
Type: |
textfield |
Name: |
Subtitle |
Key: |
heading_subtitle |
Type: |
textfield |
Name: |
Icon |
Key: |
heading_icon |
Type: |
image |
Name: |
Content |
Key: |
content |
Type: |
layout |
|
[[$[[+layout_type]]RowBasic?
&heading=`[[+heading]]`
&level=`[[+heading_level]]`
&subtitle=`[[+heading_subtitle]]`
&icon=`[[+heading_icon]]`
&content=`
<div class="ui stackable doubling [[+alignment]] [[+divider]] equal width grid">
[[+content]]
</div>`
&padding=`[[+padding]]`
&tab_type=`[[+tab_type]]`
&icon_position=`[[+icon_position]]`
&menu_position=`[[+menu_position]]`
&idx=`[[+idx]]`
]]
[[$[[+layout_type]]Outer?
&rows=`[[+rows]]`
&total=`[[+total]]`
&accordion_type=`[[+accordion_type]]`
&tab_type=`[[+tab_type]]`
&padding=`[[+padding]]`
&icon_position=`[[+icon_position]]`
&menu_position=`[[+menu_position]]`
&menu_cols=`[[+menu_cols]]`
&justify_tabs=`[[+justify_tabs]]`
&unique_idx=`[[+unique_idx]]`
&layout_idx=`[[+layout_idx]]`
]]
0 | reference | layout_type | title | Layout type | fieldtype | radio | default_value | accordion | fieldoptions | Accordion=accordion
Tabs on desktop, accordion on mobile=tabs |
|
1 | reference | accordion_type | title | Accordion type | fieldtype | select | fieldoptions | Standard=
Styled (600px wide)=styled
Styled (fluid width)=fluid styled
Inverted=fluid inverted |
|
2 | reference | tab_type | title | Tab type | fieldtype | select | default_value | regular | fieldoptions | Classic=regular
Basic=basic
Pointing navbar=pointing basic
Pointing navbar + Segment=pointing regular
Pointing buttons + Segment=pointing segments |
|
3 | reference | icon_position | title | Tab icon position | fieldtype | select | default_value | left | fieldoptions | Left=left
Top=top |
|
4 | reference | menu_position | title | Tab menu position | fieldtype | select | default_value | top | fieldoptions | Top=top
Right=right
Bottom=bottom
Left=left |
|
5 | reference | menu_cols | title | Menu column count | fieldtype | select | default_value | four | fieldoptions | 1 column=one
2 columns=two
3 columns=three
4 columns=four
5 columns=five
6 columns=six
7 columns=seven
8 columns=eight
Adjust to content width=compact |
|
6 | reference | justify_tabs | title | Justify tabs | fieldtype | select | fieldoptions | No=0
Yes=1 |
|
7 | reference | padding | title | Extra padding | fieldtype | select | default_value | padded | fieldoptions | None=regular
A little=padded
A lot=very padded |
|
8 | reference | heading_level | title | Heading level | fieldtype | select | default_value | span | fieldoptions | Heading 2=h2
Heading 3=h3
Heading 4=h4
Heading 5=h5
Regular=span |
|
Type: |
repeater |
Repeater rows:
Name: |
Image |
Key: |
image |
Type: |
image |
Name: |
Heading |
Key: |
heading |
Type: |
textfield |
Name: |
Subtitle |
Key: |
subtitle |
Type: |
textfield |
Name: |
Content |
Key: |
content |
Type: |
redactor |
Name: |
Button Text |
Key: |
button_text |
Type: |
textfield |
Name: |
Emphasize |
Key: |
emphasize |
Type: |
dropdown |
Name: |
Link |
Key: |
link |
Type: |
link |
|
[[$cardsRowInnerWrapper?
&box_type=`[[+box_type]]`
&link=`[[+link]]`
&image=`[[+image]]`
&alt=`[[+heading]]`
&heading=`[[+heading]]`
&level=`[[+heading_level]]`
&subtitle=`[[+subtitle]]`
&content=`[[+content]]`
&button_text=`[[+button_text]]`
&emphasize=`[[+emphasize]]`
&unique_idx=`[[+unique_idx]]_[[+idx]]`
&idx=`[[+idx]]`
]]
[[$cardsOuter?
&rows=`[[+rows]]`
&cols=`[[+cols]]`
&level=`[[+heading_level]]`
&box_type=`[[+box_type]]`
&responsive=`[[+responsive]]`
]]
0 | reference | box_type | title | Card type | fieldtype | select | fieldoptions | Regular=
Link card (make entire card clickable)=link |
|
1 | reference | cols | title | Column count | fieldtype | select | default_value | three | fieldoptions | 1 column=one
2 columns=two
3 columns=three
4 columns=four
5 columns=five
6 columns=six
7 columns=seven
8 columns=eight
Adjust to content width=compact |
|
2 | reference | heading_level | title | Heading level | fieldtype | select | default_value | h4 | fieldoptions | Heading 2=h2
Heading 3=h3
Heading 4=h4
Heading 5=h5
Regular=span |
|
3 | reference | responsive | title | Responsive options | fieldtype | checkbox | default_value | stackable,doubling | fieldoptions | Stack columns on top of each other on mobile=stackable
Start stacking on tablet breakpoint already=on tablet
Center content when stacked=center when stacked
Reverse column order on mobile=mobile reversed
Double number of columns on each breakpoint=doubling
Do nothing (check if no other option was set!)=static |
|
Type: |
repeater |
Repeater rows:
Name: |
Link |
Key: |
link |
Type: |
link |
Name: |
Emphasize |
Key: |
emphasize |
Type: |
dropdown |
Name: |
Content |
Key: |
content |
Type: |
layout |
|
[[$cardsRowFlexible?
&box_type=`[[+box_type]]`
&link=`[[+link]]`
&content=`[[+content]]`
&emphasize=`[[+emphasize]]`
]]
[[$cardsOuter?
&rows=`[[+rows]]`
&cols=`[[+cols]]`
&box_type=`[[+box_type]]`
&responsive=`[[+responsive]]`
]]
0 | reference | box_type | title | Card type | fieldtype | select | fieldoptions | Regular=
Link card (make entire card clickable)=link |
|
1 | reference | cols | title | Column count | fieldtype | select | default_value | three | fieldoptions | 1 column=one
2 columns=two
3 columns=three
4 columns=four
5 columns=five
6 columns=six
7 columns=seven
8 columns=eight
Adjust to content width=compact |
|
2 | reference | responsive | title | Responsive options | fieldtype | checkbox | default_value | stackable,doubling | fieldoptions | Stack columns on top of each other on mobile=stackable
Start stacking on tablet breakpoint already=on tablet
Center content when stacked=center when stacked
Reverse column order on mobile=mobile reversed
Double number of columns on each breakpoint=doubling
Do nothing (check if no other option was set!)=static |
|
[[If?
&subject=`[[+segment_group]]`
&operator=`notempty`
&then=`
<div class="ui [[+segment_group]] [[+emphasize]] segments">
[[+value]]
</div>
`
&else=`[[+value]]`
]]
0 | reference | segment_group | title | Segment grouping | fieldtype | radio | fieldoptions | Don't group=
Group vertically=regular
Group horizontally=horizontal |
|
1 | reference | emphasize | title | Emphasize | fieldtype | radio | fieldoptions | No=
Yes=raised |
|
<div class="nested slider">
[[+value]]
</div>
Type: |
repeater |
Repeater rows:
Name: |
Image |
Key: |
image |
Type: |
image |
Name: |
Position |
Key: |
position |
Type: |
textfield |
Name: |
Size |
Key: |
size |
Type: |
textfield |
Name: |
Repeat |
Key: |
repeat |
Type: |
dropdown |
Name: |
Attachment |
Key: |
attachment |
Type: |
dropdown |
Name: |
Image quality override |
Key: |
quality |
Type: |
textfield |
Name: |
Image credits |
Key: |
credits |
Type: |
textarea |
Name: |
Gradient |
Key: |
gradient |
Type: |
textarea |
|
0 | reference | inverted | title | Invert content | fieldtype | radio | fieldoptions | No=0
Yes=1 | description | If set to 'Yes', text and borders will be white. | type_ahead | No |
|
1 | reference | background_color | title | Background color | fieldtype | textfield | description | This color will come through if image opacity is 100 and is visible when the image is still loading. | type_ahead | No |
|
2 | reference | opacity | title | Background opacity | fieldtype | textfield | description | Enter a value between 0 - 100 here to make the background transparent. You can combine this with a suitable background color to darken or lighten the background, making the content easier to view. | type_ahead | No |
|
3 | reference | filter | title | Filter (CSS) | fieldtype | textfield | description | The filter CSS property applies graphical effects like blur or color shift to an element. Only enter the filter function(s) here, so for example: blur(20px) grayscale(20%).
NB! Some filters require significant computing power, so beware of degrading performance. For more info: https://css-tricks.com/almanac/properties/f/filter/. | type_ahead | No |
|
Elements for linking content and creating overviews.
Type: |
chunk |
Chunk: |
tocNavContent
|
[[+value]]
0 | reference | toc_type | title | Type | fieldtype | select | default_value | dropdown list | fieldoptions | Dropdown=dropdown
List=list
Dropdown on mobile, list on desktop=dropdown list |
|
1 | reference | toc_title | title | Menu title | description | Optional. If you leave this empty, the title is retrieved from lexicon. And if you fill in 'hidden', the title is gone. | fieldtype | textfield | type_ahead | No | template | |
|
2 | reference | toc_options_list | title | List options | fieldtype | checkbox | fieldoptions | Text only=text
Buttons only=secondary
Borderless=borderless
Full width=fluid | type_ahead | No | template | |
|
3 | reference | toc_options_dropdown | title | Dropdown options | fieldtype | checkbox | fieldoptions | Full width=fluid | type_ahead | No | template | |
|
4 | reference | toc_size | title | Size | fieldtype | select | default_value | large | fieldoptions | Mini=mini
Tiny=tiny
Small=small
Medium=medium
Large=large
Big=big
Huge=huge
Massive=massive |
|
Type: |
chunk |
Chunk: |
stepsNavOuter
|
[[+value]]
0 | reference | parents | title | Parent ID | fieldtype | textfield |
|
1 | reference | resources | title | Resource IDs (comma-separated) | fieldtype | textfield |
|
2 | reference | row_tpl | title | Template | fieldtype | select | default_value | stepsNavItem | fieldoptions | Regular=stepsNavItem
Link=stepsNavItemLink
|
|
3 | reference | step_options | title | Options | fieldtype | checkbox | fieldoptions | Disable next steps=consecutive
Show completed steps as checked (needs icon)=completable
Vertical steps=vertical fluid
Prevent stacking on mobile=unstackable |
|
4 | reference | show_subtitle | title | Show subtitle | fieldtype | select | default_value | 1 | fieldoptions | Yes=1
No=0 |
|
5 | reference | icon_type | title | Icon type | fieldtype | select | fieldoptions | No icon=
SVG=svg
Font=font
Number=ordered |
|
6 | reference | step_attachment | title | Attachment | fieldtype | select | fieldoptions | No attachment=
Top attached=top attached
Bottom attached=bottom attached |
|
7 | reference | step_size | title | Size | fieldtype | select | default_value | medium | fieldoptions | Mini=mini
Tiny=tiny
Small=small
Medium=medium
Large=large
Big=big
Huge=huge
Massive=massive |
|
Type: |
chunk |
Chunk: |
overviewOuter
|
[[+tag]]
0 | reference | row_tpl | title | Template | fieldtype | select | default_value | overviewRowBasic | fieldoptions | Title only=overviewRowBasic
Title only (Card)=overviewRowBasicCard
Title only (Link card)=overviewRowBasicLinkCard
Title compact=overviewRowBasicCompact
Image only=overviewRowImageBasic
Image only (Overlay)=overviewRowImageBasicOverlay
Image top=overviewRowImageTop
Image top (Card)=overviewRowImageTopCard
Image top (Link card)=overviewRowImageTopLinkCard
Image left=overviewRowImageLeft
Image left (Card)=overviewRowImageLeftCard
Image compact=overviewRowImageCompact
Icon top=overviewRowIconTop
Icon top (Card)=overviewRowIconTopCard
Icon top (Link card)=overviewRowIconTopLinkCard
Icon left=overviewRowIconLeft
Icon compact=overviewRowIconCompact |
|
1 | reference | cols | title | Column count | fieldtype | select | default_value | two | fieldoptions | 1 column=one
2 columns=two
3 columns=three
4 columns=four
5 columns=five
6 columns=six
7 columns=seven
8 columns=eight
Adjust to content width=compact |
|
2 | reference | parent | title | Parent ID | fieldtype | textfield | default_value | 15 |
|
3 | reference | title_field | title | Title field | fieldtype | select | default_value | menutitle | fieldoptions | Menutitle=menutitle
Pagetitle=pagetitle
Longtitle=longtitle |
|
4 | reference | depth | title | Depth | fieldtype | textfield |
|
5 | reference | limit | title | Limit | fieldtype | textfield |
|
6 | reference | offset | title | Offset | fieldtype | textfield |
|
7 | reference | show_hidden | title | Show hidden | fieldtype | select | fieldoptions | Yes=1
No=0 |
|
8 | reference | sortby | title | Sort by | fieldtype | select | default_value | menuindex | fieldoptions | Sort order in MODX=menuindex
Publication date (latest first)=publishedon
Creation date (latest first)=createdon
Alphabetic=pagetitle |
|
9 | reference | sortdir | title | Sort direction | fieldtype | select | fieldoptions | Default=0
Reversed=1 |
|
10 | reference | pagination | title | Pagination | fieldtype | select | fieldoptions | On=1
Off=0 |
|
11 | reference | pagination_type | title | Pagination type | fieldtype | select | default_value | default | fieldoptions | Default=default
Button (Load more)=button
Scroll (Infinite lazy loading)=scroll |
|
12 | reference | title_hierarchy | title | Title hierarchy | fieldtype | select | default_value | h2 | fieldoptions | Heading 2=h2
Heading 3=h3
Heading 4=h4
Heading 5=h5
Regular=span |
|
13 | reference | show_subtitle | title | Show subtitle | fieldtype | select | fieldoptions | Yes=1
No=0 |
|
14 | reference | show_introtext | title | Show introtext | fieldtype | select | default_value | 1 | fieldoptions | Yes=1
No=0 |
|
15 | reference | link_text | title | Link / button text | fieldtype | textfield |
|
16 | reference | img_type | title | Image type | fieldtype | select | default_value | landscape | fieldoptions | Landscape (4:3)=landscape
Portrait (3:4)=portrait
Square (1:1)=square
Wide (16:9)=wide
Panorama (21:9)=pano
Free (?:?)=free |
|
17 | reference | icon_type | title | Icon type | fieldtype | select | default_value | svg | fieldoptions | SVG=svg
Font=font |
|
18 | reference | lazy_load | title | Lazy load images | fieldtype | select | default_value | 1 | fieldoptions | No=0
Yes=1 |
|
19 | reference | alignment | title | Content alignment | fieldtype | select | fieldoptions |
Left=left aligned
Center=center aligned
Right=right aligned
Justified=justified
Middle=middle aligned
Bottom=bottom aligned
Left and middle=left aligned middle aligned
Center and middle=center aligned middle aligned
Right and middle=right aligned middle aligned |
|
20 | reference | padding | title | Additional padding | fieldtype | select | fieldoptions | None=regular
A little=relaxed
A lot=very relaxed |
|
21 | reference | de_emphasize | title | De-emphasize | fieldtype | select | fieldoptions | Yes=1
No=0 |
|
22 | reference | responsive | title | Responsive options | fieldtype | checkbox | default_value | stackable,doubling | fieldoptions | Stack columns on top of each other on mobile=stackable
Start stacking on tablet breakpoint already=on tablet
Center content when stacked=center when stacked
Reverse column order on mobile=mobile reversed
Double number of columns on each breakpoint=doubling
Do nothing (check if no other option was set!)=static |
|
Type: |
chunk |
Chunk: |
overviewOuterSpecific
|
[[+tag]]
0 | reference | resources | title | Resource IDs (comma-separated) | fieldtype | textfield |
|
1 | reference | row_tpl | title | Template | fieldtype | select | default_value | overviewRowBasic | fieldoptions | Title only=overviewRowBasic
Title only (Card)=overviewRowBasicCard
Title only (Link card)=overviewRowBasicLinkCard
Title compact=overviewRowBasicCompact
Image only=overviewRowImageBasic
Image only (Overlay)=overviewRowImageBasicOverlay
Image top=overviewRowImageTop
Image top (Card)=overviewRowImageTopCard
Image top (Link card)=overviewRowImageTopLinkCard
Image left=overviewRowImageLeft
Image left (Card)=overviewRowImageLeftCard
Image compact=overviewRowImageCompact
Icon top=overviewRowIconTop
Icon top (Card)=overviewRowIconTopCard
Icon top (Link card)=overviewRowIconTopLinkCard
Icon left=overviewRowIconLeft
Icon compact=overviewRowIconCompact |
|
2 | reference | cols | title | Column count | fieldtype | select | default_value | two | fieldoptions | 1 column=one
2 columns=two
3 columns=three
4 columns=four
5 columns=five
6 columns=six
7 columns=seven
8 columns=eight
Adjust to content width=compact |
|
3 | reference | title_field | title | Title field | fieldtype | select | default_value | menutitle | fieldoptions | Menutitle=menutitle
Pagetitle=pagetitle
Longtitle=longtitle |
|
4 | reference | title_hierarchy | title | Title hierarchy | fieldtype | select | default_value | h2 | fieldoptions | Heading 2=h2
Heading 3=h3
Heading 4=h4
Heading 5=h5
Regular=span |
|
5 | reference | show_subtitle | title | Show subtitle | fieldtype | select | fieldoptions | Yes=1
No=0 |
|
6 | reference | show_introtext | title | Show introtext | fieldtype | select | fieldoptions | Yes=1
No=0 |
|
7 | reference | link_text | title | Link / button text | fieldtype | textfield |
|
8 | reference | img_type | title | Image type | fieldtype | select | default_value | landscape | fieldoptions | Landscape (4:3)=landscape
Portrait (3:4)=portrait
Square (1:1)=square
Wide (16:9)=wide
Panorama (21:9)=pano
Free (?:?)=free |
|
9 | reference | icon_type | title | Icon type | fieldtype | select | default_value | svg | fieldoptions | SVG=svg
Font=font |
|
10 | reference | lazy_load | title | Lazy load images | fieldtype | select | default_value | 1 | fieldoptions | No=0
Yes=1 |
|
11 | reference | alignment | title | Content alignment | fieldtype | select | fieldoptions |
Left=left aligned
Center=center aligned
Right=right aligned
Justified=justified
Middle=middle aligned
Bottom=bottom aligned
Left and middle=left aligned middle aligned
Center and middle=center aligned middle aligned
Right and middle=right aligned middle aligned |
|
12 | reference | padding | title | Additional padding | fieldtype | select | fieldoptions | None=regular
A little=relaxed
A lot=very relaxed |
|
13 | reference | de_emphasize | title | De-emphasize | fieldtype | select | fieldoptions | Yes=1
No=0 |
|
14 | reference | responsive | title | Responsive options | fieldtype | checkbox | default_value | stackable,doubling | fieldoptions | Stack columns on top of each other on mobile=stackable
Start stacking on tablet breakpoint already=on tablet
Center content when stacked=center when stacked
Reverse column order on mobile=mobile reversed
Double number of columns on each breakpoint=doubling
Do nothing (check if no other option was set!)=static |
|
Type: |
chunk |
Chunk: |
overviewOuterPublication
|
[[+tag]]
0 | reference | row_tpl | title | Template | fieldtype | select | default_value | overviewRowArticleBasic | fieldoptions | Article regular=overviewRowArticleBasic
Article regular (Card)=overviewRowArticleBasicCard
Article image=overviewRowArticleImageBasic
Article image (Card)=overviewRowArticleImageTopCard
Article compact=overviewRowArticleCompact
Article quote=overviewRowArticleQuote |
|
1 | reference | cols | title | Column count | fieldtype | select | default_value | two | fieldoptions | 1 column=one
2 columns=two
3 columns=three
4 columns=four
5 columns=five
6 columns=six
7 columns=seven
8 columns=eight
Adjust to content width=compact |
|
2 | reference | resources | title | Specific IDs (optional) | fieldtype | textfield |
|
3 | reference | title_field | title | Title field | fieldtype | select | default_value | pagetitle | fieldoptions | Menutitle=menutitle
Pagetitle=pagetitle
Longtitle=longtitle |
|
4 | reference | limit | title | Limit | fieldtype | textfield |
|
5 | reference | offset | title | Offset | fieldtype | textfield |
|
6 | reference | sortby | title | Sort by | fieldtype | select | default_value | publishedon | fieldoptions | Sort order in MODX=menuindex
Publication date (latest first)=publishedon
Creation date (latest first)=createdon
Alphabetic=pagetitle |
|
7 | reference | sortdir | title | Sort direction | fieldtype | select | fieldoptions | Default=0
Reversed=1 |
|
8 | reference | filter | title | Allow filter | fieldtype | select | default_value | 1 | fieldoptions | Yes=1
No=0 | type_ahead | No | template | undefined |
|
9 | reference | pagination | title | Pagination | fieldtype | select | fieldoptions | On=1
Off=0 |
|
10 | reference | pagination_type | title | Pagination type | fieldtype | select | default_value | default | fieldoptions | Default=default
Button (Load more)=button
Scroll (Infinite lazy loading)=scroll |
|
11 | reference | title_hierarchy | title | Title hierarchy | fieldtype | select | default_value | h2 | fieldoptions | Heading 2=h2
Heading 3=h3
Heading 4=h4
Heading 5=h5
Regular=span | type_ahead | No |
|
12 | reference | show_subtitle | title | Show metadata | fieldtype | select | default_value | 1 | fieldoptions | Yes=1
No=0 |
|
13 | reference | show_tags | title | Show tags | fieldtype | select | default_value | 1 | fieldoptions | Yes=1
No=0 | type_ahead | No | template | undefined |
|
14 | reference | show_introtext | title | Show introtext | fieldtype | select | default_value | 1 | fieldoptions | Yes=1
No=0 |
|
15 | reference | link_text | title | Link / button text | fieldtype | textfield |
|
16 | reference | img_type | title | Image type | fieldtype | select | default_value | pano | fieldoptions | Landscape (4:3)=landscape
Portrait (3:4)=portrait
Square (1:1)=square
Wide (16:9)=wide
Panorama (21:9)=pano
Free (?:?)=free |
|
17 | reference | lazy_load | title | Lazy load images | fieldtype | select | default_value | 1 | fieldoptions | No=0
Yes=1 |
|
18 | reference | alignment | title | Content alignment | fieldtype | select | fieldoptions |
Left=left aligned
Center=center aligned
Right=right aligned
Justified=justified
Middle=middle aligned
Bottom=bottom aligned
Left and middle=left aligned middle aligned
Center and middle=center aligned middle aligned
Right and middle=right aligned middle aligned |
|
19 | reference | padding | title | Additional padding | fieldtype | select | fieldoptions | None=regular
A little=relaxed
A lot=very relaxed |
|
20 | reference | de_emphasize | title | De-emphasize | fieldtype | select | fieldoptions | Yes=1
No=0 |
|
21 | reference | responsive | title | Responsive options | fieldtype | checkbox | default_value | stackable | fieldoptions | Stack columns on top of each other on mobile=stackable
Start stacking on tablet breakpoint already=on tablet
Center content when stacked=center when stacked
Reverse column order on mobile=mobile reversed
Double number of columns on each breakpoint=doubling
Do nothing (check if no other option was set!)=static |
|
Type: |
chunk |
Chunk: |
overviewOuterTeam
|
[[+tag]]
0 | reference | row_tpl | title | Template | fieldtype | select | default_value | overviewRowPersonBasic | fieldoptions | Team member regular=overviewRowPersonBasic
Team member regular (Card)=overviewRowPersonBasicCard
Team member tile=overviewRowPersonTile
Team member compact=overviewRowPersonCompact |
|
1 | reference | cols | title | Column count | fieldtype | select | default_value | two | fieldoptions | 1 column=one
2 columns=two
3 columns=three
4 columns=four
5 columns=five
6 columns=six
7 columns=seven
8 columns=eight
Adjust to content width=compact |
|
2 | reference | resources | title | Specific persons (optional) | fieldtype | textfield | fieldoptions | |
|
3 | reference | title_field | title | Title field | fieldtype | select | default_value | pagetitle | fieldoptions | First name=person_firstname
Full name=pagetitle |
|
4 | reference | limit | title | Limit | fieldtype | textfield |
|
5 | reference | offset | title | Offset | fieldtype | textfield |
|
6 | reference | sortby | title | Sort by | fieldtype | select | default_value | menuindex | fieldoptions | Sort order in MODX=menuindex
Publication date (latest first)=publishedon
Creation date (latest first)=createdon
Alphabetic=pagetitle |
|
7 | reference | sortdir | title | Sort direction | fieldtype | select | fieldoptions | Default=0
Reversed=1 |
|
8 | reference | pagination | title | Pagination | fieldtype | select | fieldoptions | On=1
Off=0 |
|
9 | reference | pagination_type | title | Pagination type | fieldtype | select | default_value | default | fieldoptions | Default=default
Button (Load more)=button
Scroll (Infinite lazy loading)=scroll |
|
10 | reference | title_hierarchy | title | Title hierarchy | fieldtype | select | default_value | h2 | fieldoptions | Heading 2=h2
Heading 3=h3
Heading 4=h4
Heading 5=h5
Regular=span |
|
11 | reference | show_subtitle | title | Show jobtitle | fieldtype | select | fieldoptions | Yes=1
No=0 |
|
12 | reference | show_introtext | title | Show introtext | fieldtype | select | default_value | 1 | fieldoptions | Yes=1
No=0 |
|
13 | reference | link_text | title | Link / button text | fieldtype | textfield |
|
14 | reference | alignment | title | Text alignment | fieldtype | select | fieldoptions |
Left=left aligned
Center=center aligned
Right=right aligned
Justified=justified |
|
15 | reference | padding | title | Additional padding | fieldtype | select | fieldoptions | None=regular
A little=relaxed
A lot=very relaxed |
|
16 | reference | de_emphasize | title | De-emphasize | fieldtype | select | fieldoptions | Yes=1
No=0 |
|
17 | reference | lazy_load | title | Lazy load images | fieldtype | select | default_value | 1 | fieldoptions | No=0
Yes=1 |
|
18 | reference | responsive | title | Responsive options | fieldtype | checkbox | default_value | stackable,doubling | fieldoptions | Stack columns on top of each other on mobile=stackable
Start stacking on tablet breakpoint already=on tablet
Center content when stacked=center when stacked
Reverse column order on mobile=mobile reversed
Double number of columns on each breakpoint=doubling
Do nothing (check if no other option was set!)=static |
|
Type: |
chunk |
Chunk: |
overviewOuterClients
|
[[+tag]]
0 | reference | row_tpl | title | Template | fieldtype | select | default_value | overviewRowOrganizationLogo | fieldoptions | Client regular=overviewRowOrganizationBasic
Client logo=overviewRowOrganizationLogo |
|
1 | reference | cols | title | Column count | fieldtype | select | default_value | two | fieldoptions | 1 column=one
2 columns=two
3 columns=three
4 columns=four
5 columns=five
6 columns=six
7 columns=seven
8 columns=eight
Adjust to content width=compact |
|
2 | reference | resources | title | Specific clients (optional) | fieldtype | textfield |
|
3 | reference | title_field | title | Title field | fieldtype | select | default_value | menutitle | fieldoptions | Menutitle=menutitle
Pagetitle=pagetitle
Longtitle=longtitle |
|
4 | reference | limit | title | Limit | fieldtype | textfield |
|
5 | reference | offset | title | Offset | fieldtype | textfield |
|
6 | reference | sortby | title | Sort by | fieldtype | select | default_value | menuindex | fieldoptions | Sort order in MODX=menuindex
Publication date (latest first)=publishedon
Creation date (latest first)=createdon
Alphabetic=pagetitle |
|
7 | reference | sortdir | title | Sort direction | fieldtype | select | fieldoptions | Default=0
Reversed=1 |
|
8 | reference | pagination | title | Pagination | fieldtype | select | fieldoptions | On=1
Off=0 |
|
9 | reference | pagination_type | title | Pagination type | fieldtype | select | default_value | default | fieldoptions | Default=default
Button (Load more)=button
Scroll (Infinite lazy loading)=scroll |
|
10 | reference | title_hierarchy | title | Title hierarchy | fieldtype | select | default_value | h2 | fieldoptions | Heading 2=h2
Heading 3=h3
Heading 4=h4
Heading 5=h5
Regular=span |
|
11 | reference | show_subtitle | title | Show industry | fieldtype | select | fieldoptions | Yes=1
No=0 |
|
12 | reference | show_introtext | title | Show introtext | fieldtype | select | default_value | 1 | fieldoptions | Yes=1
No=0 |
|
13 | reference | link_text | title | Link / button text | fieldtype | textfield |
|
14 | reference | alignment | title | Content alignment | fieldtype | select | fieldoptions |
Left=left aligned
Center=center aligned
Right=right aligned
Justified=justified
Middle=middle aligned
Bottom=bottom aligned
Left and middle=left aligned middle aligned
Center and middle=center aligned middle aligned
Right and middle=right aligned middle aligned |
|
15 | reference | padding | title | Additional padding | fieldtype | select | fieldoptions | None=regular
A little=relaxed
A lot=very relaxed |
|
16 | reference | de_emphasize | title | De-emphasize | fieldtype | select | fieldoptions | Yes=1
No=0 |
|
17 | reference | lazy_load | title | Lazy load images | fieldtype | select | default_value | 1 | fieldoptions | No=0
Yes=1 |
|
18 | reference | responsive | title | Responsive options | fieldtype | checkbox | default_value | stackable,doubling | fieldoptions | Stack columns on top of each other on mobile=stackable
Start stacking on tablet breakpoint already=on tablet
Center content when stacked=center when stacked
Reverse column order on mobile=mobile reversed
Double number of columns on each breakpoint=doubling
Do nothing (check if no other option was set!)=static |
|
Type: |
chunk |
Chunk: |
overviewOuterTestimonials
|
[[+tag]]
0 | reference | row_tpl | title | Template | fieldtype | select | default_value | overviewRowReviewBasic | fieldoptions | Testimonial vertical=overviewRowReviewBasic
Testimonial horizontal=overviewRowReviewWide
Testimonial logo=overviewRowReviewLogo
Testimonial compact=overviewRowReviewCompact |
|
1 | reference | cols | title | Column count | fieldtype | select | default_value | two | fieldoptions | 1 column=one
2 columns=two
3 columns=three
4 columns=four
5 columns=five
6 columns=six
7 columns=seven
8 columns=eight
Adjust to content width=compact |
|
2 | reference | text_size | title | Text size | fieldtype | select | fieldoptions | Mini=mini
Tiny=tiny
Small=small
Medium=medium
Large=large
Big=big
Huge=huge
Massive=massive |
|
3 | reference | resources | title | Specific reviews (optional) | fieldtype | textfield | fieldoptions | |
|
4 | reference | title_field | title | Title field | fieldtype | select | default_value | menutitle | fieldoptions | Menutitle=menutitle
Pagetitle=pagetitle
Longtitle=longtitle |
|
5 | reference | limit | title | Limit | fieldtype | textfield |
|
6 | reference | offset | title | Offset | fieldtype | textfield |
|
7 | reference | sortby | title | Sort by | fieldtype | select | default_value | menuindex | fieldoptions | Sort order in MODX=menuindex
Publication date (latest first)=publishedon
Creation date (latest first)=createdon
Alphabetic=pagetitle |
|
8 | reference | sortdir | title | Sort direction | fieldtype | select | fieldoptions | Default=0
Reversed=1 |
|
9 | reference | pagination | title | Pagination | fieldtype | select | fieldoptions | On=1
Off=0 |
|
10 | reference | pagination_type | title | Pagination type | fieldtype | select | default_value | default | fieldoptions | Default=default
Button (Load more)=button
Scroll (Infinite lazy loading)=scroll |
|
11 | reference | title_hierarchy | title | Title hierarchy | fieldtype | select | default_value | h2 | fieldoptions | Heading 2=h2
Heading 3=h3
Heading 4=h4
Heading 5=h5
Regular=span |
|
12 | reference | show_subtitle | title | Show subtitle | fieldtype | select | default_value | 1 | fieldoptions | Yes=1
No=0 |
|
13 | reference | show_rating | title | Show rating | fieldtype | select | default_value | 1 | fieldoptions | Yes=1
No=0 |
|
14 | reference | alignment | title | Text alignment | fieldtype | select | fieldoptions |
Left=left aligned
Center=center aligned
Right=right aligned
Justified=justified |
|
15 | reference | padding | title | Additional padding | fieldtype | select | fieldoptions | None=regular
A little=relaxed
A lot=very relaxed |
|
16 | reference | de_emphasize | title | De-emphasize | fieldtype | select | fieldoptions | Yes=1
No=0 |
|
17 | reference | lazy_load | title | Lazy load images | fieldtype | select | default_value | 1 | fieldoptions | No=0
Yes=1 |
|
18 | reference | responsive | title | Responsive options | fieldtype | checkbox | default_value | stackable,doubling | fieldoptions | Stack columns on top of each other on mobile=stackable
Start stacking on tablet breakpoint already=on tablet
Center content when stacked=center when stacked
Reverse column order on mobile=mobile reversed
Double number of columns on each breakpoint=doubling
Do nothing (check if no other option was set!)=static |
|
Type: |
chunk |
Chunk: |
overviewOuterPortfolio
|
[[+tag]]
0 | reference | row_tpl | title | Template | fieldtype | select | default_value | overviewRowProjectBasic | fieldoptions | Project regular=overviewRowProjectBasic
Project tile=overviewRowProjectTile |
|
1 | reference | cols | title | Column count | fieldtype | select | default_value | two | fieldoptions | 1 column=one
2 columns=two
3 columns=three
4 columns=four
5 columns=five
6 columns=six
7 columns=seven
8 columns=eight
Adjust to content width=compact |
|
2 | reference | resources | title | Specific projects (optional) | fieldtype | textfield | fieldoptions | |
|
3 | reference | title_field | title | Title field | fieldtype | select | default_value | pagetitle | fieldoptions | Menutitle=menutitle
Pagetitle=pagetitle
Longtitle=longtitle |
|
4 | reference | limit | title | Limit | fieldtype | textfield |
|
5 | reference | offset | title | Offset | fieldtype | textfield |
|
6 | reference | sortby | title | Sort by | fieldtype | select | default_value | publishedon | fieldoptions | Sort order in MODX=menuindex
Publication date (latest first)=publishedon
Creation date (latest first)=createdon
Alphabetic=pagetitle |
|
7 | reference | sortdir | title | Sort direction | fieldtype | select | fieldoptions | Default=0
Reversed=1 |
|
8 | reference | pagination | title | Pagination | fieldtype | select | fieldoptions | On=1
Off=0 |
|
9 | reference | pagination_type | title | Pagination type | fieldtype | select | default_value | default | fieldoptions | Default=default
Button (Load more)=button
Scroll (Infinite lazy loading)=scroll |
|
10 | reference | title_hierarchy | title | Title hierarchy | fieldtype | select | default_value | h2 | fieldoptions | Heading 2=h2
Heading 3=h3
Heading 4=h4
Heading 5=h5
Regular=span |
|
11 | reference | show_subtitle | title | Show subtitle | fieldtype | select | fieldoptions | Yes=1
No=0 |
|
12 | reference | show_introtext | title | Show introtext | fieldtype | select | default_value | 1 | fieldoptions | Yes=1
No=0 |
|
13 | reference | link_text | title | Link / button text | fieldtype | textfield |
|
14 | reference | img_type | title | Image type | fieldtype | select | default_value | landscape | fieldoptions | Landscape (4:3)=landscape
Portrait (3:4)=portrait
Square (1:1)=square
Wide (16:9)=wide
Panorama (21:9)=pano
Free (?:?)=free |
|
15 | reference | alignment | title | Content alignment | fieldtype | select | fieldoptions |
Left=left aligned
Center=center aligned
Right=right aligned
Justified=justified
Middle=middle aligned
Bottom=bottom aligned
Left and middle=left aligned middle aligned
Center and middle=center aligned middle aligned
Right and middle=right aligned middle aligned |
|
16 | reference | padding | title | Additional padding | fieldtype | select | fieldoptions | None=regular
A little=relaxed
A lot=very relaxed |
|
17 | reference | de_emphasize | title | De-emphasize | fieldtype | select | fieldoptions | Yes=1
No=0 |
|
18 | reference | lazy_load | title | Lazy load images | fieldtype | select | default_value | 1 | fieldoptions | No=0
Yes=1 |
|
19 | reference | responsive | title | Responsive options | fieldtype | checkbox | default_value | stackable,doubling | fieldoptions | Stack columns on top of each other on mobile=stackable
Start stacking on tablet breakpoint already=on tablet
Center content when stacked=center when stacked
Reverse column order on mobile=mobile reversed
Double number of columns on each breakpoint=doubling
Do nothing (check if no other option was set!)=static |
|
Connect with visitors through forms, social media and CTAs.
Type: |
chunk |
Chunk: |
ctaContentBlock
|
[[+tag]]
0 | reference | cta_id | title | Select CTA | fieldtype | select | fieldoptions | --- Select a CTA ---=
Mailing list=29 |
|
1 | reference | segment_type | title | Segment type | fieldtype | select | fieldoptions | No segment (disables all settings below)=
Basic segment (borderless, but with padding)=basic
Regular segment (with border and padding)=regular
Raised segment (slightly more emphasised)=raised
Vertical segment (create a vertical group)=vertical |
|
2 | reference | background | title | Background | fieldtype | select | fieldoptions | System default (White)=default
White=white
Light=secondary
Grey=inverted secondary
Dark=inverted
Primary color (Light)=primary-color
Primary color (Dark)=inverted primary-color
Secondary color (Light)=secondary-color
Secondary color (Dark)=inverted secondary-color
Transparent=transparent
Romanesco Universe=125
Spirograph=125
Fractal badge=125 |
|
3 | reference | padding | title | Extra padding | fieldtype | select | default_value | regular | fieldoptions | None=regular
A little=padded
A lot=very padded |
|
4 | reference | title_inflate | title | Inflate main title | fieldtype | select | fieldoptions | Yes=
No=conventional | type_ahead | No | template | |
|
Type: |
chunk |
Chunk: |
mapLocation
|
[[+value]]
0 | reference | map_id | title | Map ID | fieldtype | textfield |
|
1 | reference | marker_address | title | Marker address | fieldtype | textfield |
|
2 | reference | map_zoom_level | title | Zoom level | fieldtype | textfield | default_value | 11 | fieldoptions | Country
Province |
|
3 | reference | marker_popup | title | Text in popup | fieldtype | textarea |
|
Tools for more experienced content editors and developers.
<pre><code class="language-[[+lang]]">[[+value:esc]]</code>[[+label:notempty=`<div class="ui small top right attached label">[[+label]]<i class="copy link icon with popup" data-content="[[%romanesco.patterns.copy_tooltip]]"></i></div>`]]</pre>
0 | reference | label | title | Label | fieldtype | textfield |
|
[[$codeSnippet?
&value=`[[+value]]`
&lang=`[[+lang]]`
&label=`[[+label]]`
]]
0 | reference | label | title | Label | fieldtype | textfield |
|
[[jsonToHTML? &json=`[[+value]]`]]
Type: |
chunk |
Chunk: |
includedPatternsOuter
|
[[+value]]
0 | reference | pattern_list | title | Pattern list | fieldtype | radio | default_value | includedPatterns | fieldoptions | Assigned TVs=assignedTVs
Included patterns=includedPatterns |
|
1 | reference | pattern_template | title | Pattern template | fieldtype | textfield | default_value | |
|
2 | reference | pattern_name | title | Pattern name | fieldtype | textfield | default_value | |
|
Type: |
chunk |
Chunk: |
referringPatternsOuter
|
[[+value]]
0 | reference | pattern_list | title | Pattern list | fieldtype | radio | default_value | referringPatterns | fieldoptions | Assigned templates=assignedTemplates
Referring patterns=referringPatterns |
|
1 | reference | pattern_template | title | Pattern template | fieldtype | textfield | default_value | |
|
2 | reference | pattern_name | title | Pattern name | fieldtype | textfield | default_value | |
|
Social Share Buttons (Email)
Description not available.
Basic=basic
Tiny=tiny
Small=small
Medium=medium
Large=large
Big=big
Huge=huge
Massive=massive
Included patterns
Used on these pages