preset.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "A big announcement",
  3. "blocks": [
  4. {
  5. "block": "header",
  6. "options": {
  7. }
  8. },
  9. {
  10. "block": "heading",
  11. "options": {
  12. "text": "The day has come!",
  13. "font_size": 36,
  14. "font_weight": "bold"
  15. }
  16. },
  17. {
  18. "block": "text",
  19. "options": {
  20. "html": "<p style=\"text-align: center;\"><span style=\"font-size: 16px; font-family: arial,helvetica,sans-serif;\">We are incredibly excited to share with you some big news: our [new service] is finally here for you!</span></p>",
  21. "block_padding_left": 30,
  22. "block_padding_right": 30
  23. }
  24. },
  25. {
  26. "block": "cta",
  27. "options": {
  28. "text": "Find out now!",
  29. "background": "#589776"
  30. }
  31. },
  32. {
  33. "block": "image",
  34. "options": {
  35. "placeholder": "{placeholder_base_url}/announcement/images/announcement.jpg"
  36. }
  37. },
  38. {
  39. "block": "footer",
  40. "options": {
  41. }
  42. },
  43. {
  44. "block": "canspam",
  45. "options": {
  46. "block_background": "#ececec"
  47. }
  48. }
  49. ]
  50. }