Attribute | Value | Description |
type1 | Simple inputs: char, text, url Complex inputs: boolean, select, color, a, img, a_img HTML-Inputs: span, p, h1, h2, h3, h4 | Defines the type of input |
name1 | Name | Name of the input. Must not contain special characters and uppercase letters. Digits, hyphens, and underscores are allowed. |
label | Text | Displayed label of this input in the editor |
label_de | Text | German translation (optional) |
label_en | Text | English translation (optional) |
descr | Text | Description text |
descr_de | Text | German translation (optional) |
descr_en | Text | English translation (optional) |
required | Values: true, false2 | If true, the surrounding [BLOCK] will not be rendered if this input is not filled. |
hidden | Values: true, false2 | If true, this input will not be rendered in the output. |
Attribute | Value | Description |
index | Values: true, false2 | If true, the value of this input is used as a table of contents entry. |
default | Text | Default value when a new content is created with this input. Example: default='This is the article text.' |
editor-form-layout | default2 textarea wysiwyg | Only type='html' Allows overriding the "Editor for HTML elements and HTML mailings" setting in "Personal Settings"/"System Settings". |
landingpage-link | Values: true, false2 | For the "Create landing page from email" function. If true, the landing page link is written to the input when a landing page is created from the mailing. |
Attribute | Value | Description |
index | Values: true, false2 | If true, the value of this input is used as a table of contents entry. |
default | Text | Default value when a new content is created with this input. Example: default='This is the article text.' |
attributes | Text | Attributes for the HTML tag. Example: attributes='class="my_class" style="border:solid 1px #000;"' |
inputassistance | Values: true2, false | If false, the input assistance tools ![]() |
rows | Integer | Number of rows of the text field. Example: rows='4' |
Attribute | Value | Description |
option-values | Text | Values of the selection options. Separate the values with pipe operator. Example: option-values='|info|warning' |
option-labels | Text | Labels of the selection options (optional). Separate the labels with pipe operator. Example: option-labels='please select|Info|Warning' |
option_labels_de | Text | German translation (optional) |
option_labels_en | Text | English translation (optional) |
default | Text | Default value when a new content is created with this input. |
Attribute | Value | Description |
color-values | Color(s) (Hex) | Predefined colors. Format: Hexadecimal or color name. Example: color-values='|#ff0|#fff' |
color-labels | Text | Labels of the colors (optional). Example: color-labels='Black|White' |
color-labels_de | Text | German translation (optional) |
color-labels_en | Text | English translation (optional) |
color-classes | Text | Renders the stored CSS class name. Example: color-classes='black|white' |
color-custom | Values: true2, false | Determines whether custom colors can be selected. |
default | Color (Hex) | Default value when a new content is created with this input. Example: default='#fff' |
Attribute | Value | Description |
default_href | URL | Default link URL |
default_text | Text | Default link text |
default_comment | Text | Default comment (for mailing/landing page statistics) |
Attribute | Value | Description |
default_href | URL | Only a_img: Default link URL |
default_comment | Text | Only a_img: Default comment |
key_width | Values: true, false2 | If true, the "Image width" input field is displayed. |
key_height | Values: true, false2 | If true, the "Image height" input field is displayed. |
key_src_mobile | Values: true, false2 | If true, the input fields for the mobile image are displayed. |
key_width_mobile | Values: true, false2 | If true, the "Image width" input field for the mobile image is displayed. |
key_height_mobile | Values: true, false2 | If true, the "Image height" input field for the mobile image is displayed. |
default_src | URL | Default URL of the image |
default_alt | Text | Default alternative text of the image |
default_width | Integer | Default width of the image. Example: default_width='200' |
default_height | Integer | Default height of the image. |
default_src_mobile | URL | Default URL of the mobile image |
default_width_mobile | Integer | Default width of the mobile image. |
default_height_mobile | Integer | Default height of the mobile image. |
desktop | Values: true2, false | true: Display image at this position in the desktop view. |
mobile | Values: true2, false | true: Display image at this position in the mobile view. |
Attribute | Description |
feed-path | The desired node in <item> (title, link, description, …) |
feed-path_<key> | Node for complex inputs or link inputs. Example: feed-path_href='link' |
Attribute | Description |
microdata | Path to the microdata element. Separator is the hyphen -. Example: product-offers-priceCurrency |
replace_path | Replaces parts of a URL. Syntax: replace_path='<SEARCH>|<REPLACE>' Example: With replace_path='web|email'", the URL https://example.com/images/web/product.png becomes https://example.com/images/email/product.png. |