preset.json 556 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "Last news from your blog",
  3. "blocks": [
  4. {
  5. "block": "header",
  6. "options": {
  7. }
  8. },
  9. {
  10. "block": "heading",
  11. "options": {
  12. "text": "Latest post from {blog_title}",
  13. "font_weight": "bold"
  14. }
  15. },
  16. {
  17. "block": "posts",
  18. "options": {
  19. "show_image": 1,
  20. "show_date": 2,
  21. "button_background": "#62A2C9",
  22. "block_padding_right": 30,
  23. "block_padding_bottom": 30
  24. }
  25. },
  26. {
  27. "block": "footer",
  28. "options": {
  29. }
  30. }
  31. ]
  32. }