document.json 1.3 KB

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