12345678910111213141516171819202122 |
- {
- "type": "container",
- "templateName": "Template1",
- "items": [
- {
- "type": "genericPage",
- "layoutPositioning": "relative",
- "css": "templateBox aspectRatio_default",
- "items": [
- {
- "type": "templateIndicator",
- "style": {
- "top": "0%",
- "left": "0%",
- "right": "0%",
- "bottom": "0%"
- }
- }
- ]
- }
- ]
- }
|