MWML [BLOCK]-Tag

MWML [BLOCK]-Tag

Allows inputs to be grouped in the editor. If the block contains an input with the attribute required='true' and this input is not filled, the content of the block will not be displayed.

Usage

Email templates, landing page templates

Parent: <root>, ELEMENT
Child: <root>, INPUT

Syntax

[BLOCK name='...' ...]...[/BLOCK]

Attributes

Attribute
Value
Description
name1
Text
Name of the block. Must not contain special characters and uppercase letters. Digits, hyphens, and underscores are allowed.
type
HTML-Tag
any HTML tag: span, div, ...
attributes
Text
Attributes for the HTML tag.
Example: attributes='class="my_class" style="border:solid 1px #000;"'
label
Text
Displayed label of this input in the editor (language-independent)
label_de
Text
Label - German translation
label_en
Text
Label - English translation
descr
Text
Description text (language-independent)
descr_de
Text
Description text - German translation
descr_en
Text
Description text - English translation
independent
Values: true, false2
If true, the block is displayed even if a block with the same name contains an unfilled input with required=true.



1. Required information
2. Default: If the attribute is omitted, it is automatically initialized with this value.