preset.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "name": "Your favourite band tour dates",
  3. "blocks": [
  4. {
  5. "block": "header",
  6. "options": {
  7. }
  8. },
  9. {
  10. "block": "heading",
  11. "options": {
  12. "text": "The Best Show Ever Soon Near You",
  13. "font_size": 30
  14. }
  15. },
  16. {
  17. "block": "text",
  18. "options": {
  19. "html": "<p style=\"text-align: center;\"><span style=\"font-size: 16px; font-family: arial,helvetica,sans-serif;\">We just started our world wide tour and e are really exited to meet you in one of the following tour dates. Find the nearest city and be sure to lock your seat in advance.</span></p>",
  20. "block_padding_left": 30,
  21. "block_padding_right": 30
  22. }
  23. },
  24. {
  25. "block": "cta",
  26. "options": {
  27. "background": "#C97B6F",
  28. "text": "Get your free ticket"
  29. }
  30. },
  31. {
  32. "block": "image",
  33. "options": {
  34. "placeholder": "{placeholder_base_url}/tour/images/tour.jpg"
  35. }
  36. },
  37. {
  38. "block": "heading",
  39. "options": {
  40. "text": "Find your date",
  41. "font_size": 24
  42. }
  43. },
  44. {
  45. "block": "text",
  46. "options":
  47. {
  48. "font_family":"Helvetica, Arial, sans-serif",
  49. "block_padding_top":"10",
  50. "block_padding_bottom":"20",
  51. "block_padding_left":"30",
  52. "block_padding_right":"30",
  53. "html": "<ul>\n<li>23rd May, San Francisco</li>\n<li>1st June, London</li>\n<li>16th June, Rome</li>\n<li>1st July, Санкт-Петербург (Sankt-Peterburg)</li>\n<li>14th July, नई दिल्ली (New Delhi)</li>\n</ul>"
  54. }
  55. },
  56. {
  57. "block": "cta",
  58. "options": {
  59. "background": "#C97B6F",
  60. "text": "Book now"
  61. }
  62. },
  63. {
  64. "block": "footer",
  65. "options": {
  66. }
  67. },
  68. {
  69. "block": "canspam",
  70. "options": {
  71. "block_background": "#ececec"
  72. }
  73. }
  74. ]
  75. }