preset.json 925 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "Simple Call To Action",
  3. "blocks": [
  4. {
  5. "block": "header",
  6. "options": {
  7. }
  8. },
  9. {
  10. "block": "image",
  11. "options": {
  12. "placeholder": "{placeholder_base_url}/cta/images/cta-image-1200x240.jpg"
  13. }
  14. },
  15. {
  16. "block": "cta",
  17. "options": {
  18. "text": "Follow us",
  19. "background": "#9bc091"
  20. }
  21. },
  22. {
  23. "block": "text",
  24. "options": {
  25. "html": "<p style=\"text-align: center;\"><span style=\"font-size: 16px; font-family: arial,helvetica,sans-serif;\">Subscribe to our Instagram account to stay updated with our style tips and keep your outfit cool.</span></p>",
  26. "block_padding_left": 30,
  27. "block_padding_right": 30
  28. }
  29. },
  30. {
  31. "block": "footer",
  32. "options": {
  33. }
  34. },
  35. {
  36. "block": "canspam",
  37. "options": {
  38. "block_background": "#ececec"
  39. }
  40. }
  41. ]
  42. }