Template1.json 355 B

12345678910111213141516171819202122
  1. {
  2. "type": "container",
  3. "templateName": "Template1",
  4. "items": [
  5. {
  6. "type": "genericPage",
  7. "layoutPositioning": "relative",
  8. "css": "templateBox aspectRatio_default",
  9. "items": [
  10. {
  11. "type": "templateIndicator",
  12. "style": {
  13. "top": "0%",
  14. "left": "0%",
  15. "right": "0%",
  16. "bottom": "0%"
  17. }
  18. }
  19. ]
  20. }
  21. ]
  22. }