Container
Useful when you need to create a bit of structure.
A container has the following properties:
containerContent
(min 1): an array of components.
Allowed components within a Container are:
For example:
{
"componentContainer": {
"containerContent": [
{
"componentText": {
"text": "Container content"
}
}
]
}
}