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. |