MWML [ELEMENT]-Tag

MWML [ELEMENT]-Tag

Content element, allowed as a direct child within containers.

Usage

Email templates, landing page templates

Parent: CONTAINER
Child: <root>, BLOCK, INPUTCONTAINER

Syntax

[ELEMENT name='...' ...]...[/ELEMENT]

Attributes

General

Attribute
Value
Description
name1
Text
Name of the element. 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;"'
editor-only
Values: true, false2
If true, the HTML tag from type is only displayed in the editor.
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
default
Values: true, false2
If true, the element is automatically added when creating the email/landing page.
preview
URL
URL of the preview image

RSS Integration


Attribute
Value
Description
feedable
Values: true, false2
feed-category
Text
With RSS Integration activated: When multiple elements are marked as feedable='true', this defines which category is adopted into the element.

Microdata Integration


Attribute
Value
Description
microdata_able
Values: true, false2
microdata_type
schema.org
data-vocabulary.org2
Microdata-Typ/Vokabular



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