Infographics4.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "type": "container",
  3. "templateName": "Infographics4",
  4. "items": [
  5. {
  6. "type": "genericPage",
  7. "layoutPositioning": "relative",
  8. "css": "templateBox aspectRatio_default infoGraphic",
  9. "items": [
  10. {
  11. "type": "templateDropZone",
  12. "templateName": "dz1",
  13. "style": {
  14. "top": "0%",
  15. "left": "0%",
  16. "right": "50%",
  17. "bottom": "75%"
  18. }
  19. },
  20. {
  21. "type": "templateDropZone",
  22. "css": "noBorderLeft",
  23. "templateName": "dz2",
  24. "style": {
  25. "top": "0%",
  26. "left": "50%",
  27. "right": "0%",
  28. "bottom": "75%"
  29. }
  30. },{
  31. "type": "templateDropZone",
  32. "css": "noBorderTop",
  33. "templateName": "dz3",
  34. "style": {
  35. "top": "25%",
  36. "left": "0%",
  37. "right": "50%",
  38. "bottom": "50%"
  39. }
  40. },
  41. {
  42. "type": "templateDropZone",
  43. "css": "noBorderTop noBorderLeft",
  44. "templateName": "dz4",
  45. "style": {
  46. "top": "25%",
  47. "left": "50%",
  48. "right": "0%",
  49. "bottom": "50%"
  50. }
  51. },{
  52. "type": "templateDropZone",
  53. "css": "noBorderTop",
  54. "templateName": "dz5",
  55. "style": {
  56. "top": "50%",
  57. "left": "0%",
  58. "right": "50%",
  59. "bottom": "25%"
  60. }
  61. },
  62. {
  63. "type": "templateDropZone",
  64. "css": "noBorderTop noBorderLeft",
  65. "templateName": "dz6",
  66. "style": {
  67. "top": "50%",
  68. "left": "50%",
  69. "right": "0%",
  70. "bottom": "25%"
  71. }
  72. },
  73. {
  74. "type": "templateDropZone",
  75. "css": "noBorderTop",
  76. "templateName": "dz7",
  77. "style": {
  78. "top": "75%",
  79. "left": "0%",
  80. "right": "50%",
  81. "bottom": "0%"
  82. }
  83. },
  84. {
  85. "type": "templateDropZone",
  86. "css": "noBorderTop noBorderLeft",
  87. "templateName": "dz8",
  88. "style": {
  89. "top": "75%",
  90. "left": "50%",
  91. "right": "0%",
  92. "bottom": "0%"
  93. }
  94. }
  95. ]
  96. }
  97. ]
  98. }