...
Attribute name | Description | |
---|---|---|
id | required | Each container needs a numeric ID, which has to be unique for the layout. This ID is important, so modules can be assigned clearly. Usually these IDs are multiples of ten so that additional container can be inserted afterwards without interfering with other containers. |
name | required | The name of the container should be short and descriptive. It is displayed in the template overview to help you, where your module is assigned. |
types | optional | The attribute "types" may contain a comma separated list of module types. You then can only assign modules of the apropriate type(s) to this container. |
default | optional | The attribute "default" can contain the name of the module, which is assigned per default to this container. |
mode | optional | The "mode" parameter with the value "fixed" can fix the default module to the container, so no other modules can be assigned. |
The "content" of the container element later gets replaced by the output of the module you have assigned to it. The content of this element is only displayed on the template preview page. This can be used to check the functionality of your layout and prevent errors.
...