Single Page

Version- 1.0.0

Uses

The Single Page component is used within another component. Config can be added form dynamic pages.

Attributes

{
    "attributes": {
    "color": {
      "type": "string"
    },
    "backgroundColor": {
      "type": "string"
    },
    "mobile": {
      "type": "integer",
      "max": 12,
      "min": 1,
      "default": 12,
      "required": true
    },
    "tab": {
      "type": "integer",
      "min": 1,
      "default": 12,
      "required": true
    },
    "desktop": {
      "type": "integer",
      "max": 12,
      "min": 1,
      "default": 12,
      "required": true
    }
  }
}