MWML [CONTAINER]-Tag

MWML [CONTAINER]-Tag

Structure element, allowed in document root (<root>) and as child in elements.

Usage

Email templates, landing page templates

Parent: <root>, ELEMENT

Syntax

[CONTAINER name='...' ...]...[/CONTAINER]

Attributes

General

Attribute
Value
Description

name1

Text
Name of the container. 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
max-contents
Integer
Maximum number of contents to display. More contents can be added, but they will not be displayed. Helpful when a container contains many elements with target groups or interest-based elements, of which only a maximum number should be displayed.

RSS Integration


Attribute
Value
Description
feed-url
URL
URL of the feed. Multiple feed URLs are possible, separated by the pipe operator |.
feed-label
Text
Display a label instead of the feed URL (language-independent). Multiple labels are separated by pipe operator |.
feed-label_de
Text
Label - German translation (optional)
feed-label_en
Text
Label - English translation (optional)
autofeed
Values: true, false2, once
true: The feed is automatically read at the time of sending. The contents are not displayed in the editor view.
once: The feed is read once when clearing the container or when creating a new email/landing page

Microdata Integration


Attribute
Value
Description
microdata_able
Values: true, false2
Activate Microdata Integration
microdata_max
Integer
Maximum number of articles to read (Default: 5)




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