document.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "document": {
  3. "type": "text",
  4. "attributes": {
  5. "content": "TITLE"
  6. },
  7. "children": [
  8. {
  9. "type": "text",
  10. "attributes": {
  11. "text-type": "heading1",
  12. "font-size": 30,
  13. "content": "aaaaaaaaaaaaaaaaaaaaaaaa"
  14. }
  15. },
  16. {
  17. "type": "text",
  18. "attributes": {
  19. "text-type": "heading1",
  20. "font-size": 30,
  21. "content": "bbbbbbbbbbbbbbbbbbbbbbb"
  22. }
  23. },
  24. {
  25. "type": "text",
  26. "attributes": {
  27. "text-type": "heading1",
  28. "font-size": 30,
  29. "content": "cccccccccccccccccccccc"
  30. }
  31. },
  32. {
  33. "type": "image",
  34. "attributes": {
  35. "image_src": "https://images.pexels.com/photos/12499889/pexels-photo-12499889.jpeg?fm=jpg&w=640&h=427"
  36. }
  37. },
  38. {
  39. "type": "text",
  40. "attributes": {
  41. "text-type": "heading1",
  42. "font-size": 30,
  43. "content": "dddddddddddddddddddd"
  44. }
  45. }
  46. ]
  47. }
  48. }