Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. {
  2. "version": 1,
  3. "type": "doc",
  4. "content": [
  5. {
  6. "type": "paragraph",
  7. "content": [
  8. {
  9. "type": "text",
  10. "text": "hello"
  11. }
  12. ]
  13. },
  14. {
  15. "type": "paragraph",
  16. "content": [
  17. {
  18. "type": "text",
  19. "text": "world"
  20. }
  21. ]
  22. },
  23. {
  24. "type": "layoutSection",
  25. "content": [
  26. {
  27. "type": "layoutColumn",
  28. "attrs": {
  29. "width": 25
  30. },
  31. "content": [
  32. {
  33. "type": "paragraph",
  34. "content": [
  35. {
  36. "type": "text",
  37. "text": "first"
  38. }
  39. ]
  40. }
  41. ]
  42. },
  43. {
  44. "type": "layoutColumn",
  45. "attrs": {
  46. "width": 50
  47. },
  48. "content": [
  49. {
  50. "type": "paragraph",
  51. "content": [
  52. {
  53. "type": "text",
  54. "text": "second"
  55. }
  56. ]
  57. }
  58. ]
  59. },
  60. {
  61. "type": "layoutColumn",
  62. "attrs": {
  63. "width": 25
  64. },
  65. "content": [
  66. {
  67. "type": "paragraph",
  68. "content": [
  69. {
  70. "type": "text",
  71. "text": "third"
  72. }
  73. ]
  74. }
  75. ]
  76. }
  77. ]
  78. },
  79. {
  80. "type": "paragraph",
  81. "content": [
  82. {
  83. "type": "text",
  84. "text": "asdasd"
  85. }
  86. ]
  87. },
  88. {
  89. "type": "paragraph",
  90. "content": [
  91. {
  92. "type": "text",
  93. "text": "asd"
  94. }
  95. ]
  96. }
  97. ]
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement