preset.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "name": "Product",
  3. "blocks": [
  4. {
  5. "block": "header",
  6. "options": {
  7. }
  8. },
  9. {
  10. "block": "heading",
  11. "options": {
  12. "text": "Drink healthy!",
  13. "font_size": 40,
  14. "font_weight": "bold",
  15. "font_family": "Tahoma, Geneva, sans-serif"
  16. }
  17. },
  18. {
  19. "block": "image",
  20. "options": {
  21. "placeholder": "{placeholder_base_url}/product/images/product.jpg"
  22. }
  23. },
  24. {
  25. "block": "text",
  26. "options": {
  27. "html": "<p style=\"text-align: center;\"><span style=\"font-size: 24px; font-family: arial,helvetica,sans-serif;\">A juice like you've never seen before!</span></p>",
  28. "block_padding_left": 30,
  29. "block_padding_right": 30
  30. }
  31. },
  32. {
  33. "block": "cta",
  34. "options": {
  35. "background": "#CD4E74",
  36. "text": "Discover the taste",
  37. "font_size": 24,
  38. "width": "300px"
  39. }
  40. },
  41. {
  42. "block": "heading",
  43. "options": {
  44. "text": "Highlands freshness",
  45. "font_size": 30,
  46. "font_family": "Tahoma, Geneva, sans-serif"
  47. }
  48. },
  49. {
  50. "block": "text",
  51. "options": {
  52. "html": "<p style=\"text-align: center;\"><span style=\"font-size: 19px; font-family: arial,helvetica,sans-serif;\">Chill out with this herbs flavoured juice with a lime twist.</span></p>",
  53. "block_padding_left": 30,
  54. "block_padding_right": 30
  55. }
  56. },
  57. {
  58. "block": "image",
  59. "options": {
  60. "placeholder": "{placeholder_base_url}/product/images/product-2.jpg"
  61. }
  62. },
  63. {
  64. "block": "heading",
  65. "options": {
  66. "text": "Deep forest experience",
  67. "font_size": 30,
  68. "font_family": "Tahoma, Geneva, sans-serif"
  69. }
  70. },
  71. {
  72. "block": "text",
  73. "options": {
  74. "html": "<p style=\"text-align: center;\"><span style=\"font-size: 19px; font-family: arial,helvetica,sans-serif;\">Feel the wild forest perfumes in your mouth.</span></p>",
  75. "block_padding_left": 30,
  76. "block_padding_right": 30
  77. }
  78. },
  79. {
  80. "block": "image",
  81. "options": {
  82. "placeholder": "{placeholder_base_url}/product/images/product-3.jpg"
  83. }
  84. },
  85. {
  86. "block": "text",
  87. "options": {
  88. "html": "<p style=\"text-align: center;\"><span style=\"font-size: 19px; font-family: arial,helvetica,sans-serif;\">Our juices qualities</span></p>",
  89. "block_padding_left": 30,
  90. "block_padding_right": 30
  91. }
  92. },
  93. {
  94. "block": "text",
  95. "options":
  96. {
  97. "font_family":"Helvetica, Arial, sans-serif",
  98. "block_padding_top":"10",
  99. "block_padding_bottom":"20",
  100. "block_padding_left":"60",
  101. "block_padding_right":"60",
  102. "html": "<ul style=\"list-style: disc;\">\n<li>100% <strong>organic</strong></li>\n<li>100% <strong>recyclable</strong> bottle</li>\n<li>no <strong>preservatives</strong> and <strong>additives</strong></li>\n<li>crafted with <strong>sustainable</strong> philosophy</li>\n</ul>"
  103. }
  104. },
  105. {
  106. "block": "footer",
  107. "options": {
  108. }
  109. },
  110. {
  111. "block": "canspam",
  112. "options": {
  113. "block_background": "#ececec"
  114. }
  115. }
  116. ]
  117. }