document.json 736 B

12345678910111213141516171819202122232425262728293031323334
  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. }
  34. }