Skip to main content
Example container
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"
        }
      }
    ]
  }
}