document.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "document": {
  3. "type": "root",
  4. "children": [
  5. {
  6. "type": "text",
  7. "delta": [],
  8. "attributes": {
  9. "subtype": "with-heading"
  10. }
  11. },
  12. {
  13. "type": "text",
  14. "delta": [],
  15. "attributes": {
  16. "tag": "*"
  17. },
  18. "children": [
  19. {
  20. "type": "text",
  21. "delta": [],
  22. "attributes": {
  23. "text-type": "heading2",
  24. "check": true
  25. }
  26. },
  27. {
  28. "type": "text",
  29. "delta": [],
  30. "attributes": {
  31. "text-type": "checkbox",
  32. "check": true
  33. }
  34. },
  35. {
  36. "type": "text",
  37. "delta": [],
  38. "attributes": {
  39. "tag": "**"
  40. }
  41. }
  42. ]
  43. },
  44. {
  45. "type": "image",
  46. "attributes": {
  47. "url": "x.png"
  48. }
  49. },
  50. {
  51. "type": "video",
  52. "attributes": {
  53. "url": "x.mp4"
  54. }
  55. }
  56. ]
  57. }
  58. }