document.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "document": {
  3. "type": "editor",
  4. "attributes": {},
  5. "children": [
  6. {
  7. "type": "image",
  8. "attributes": {
  9. "image_src": "https://images.squarespace-cdn.com/content/v1/617f6f16b877c06711e87373/c3f23723-37f4-44d7-9c5d-6e2a53064ae7/Asset+10.png?format=1500w"
  10. }
  11. },
  12. {
  13. "type": "text",
  14. "delta": [
  15. { "insert": "👋 Welcome to AppFlowy!", "attributes": { "href": "https://www.appflowy.io/", "heading": "h1" } }
  16. ],
  17. "attributes": {
  18. "subtype": "with-heading",
  19. "heading": "h1"
  20. }
  21. },
  22. {
  23. "type": "text",
  24. "delta": [
  25. { "insert": "Here are the basics", "attributes": { "heading": "h2" } }
  26. ],
  27. "attributes": {
  28. "subtype": "with-heading",
  29. "heading": "h2"
  30. }
  31. },
  32. {
  33. "type": "text",
  34. "delta": [
  35. { "insert": "Click anywhere and just start typing." }
  36. ],
  37. "attributes": {
  38. "subtype": "with-checkbox",
  39. "checkbox": true
  40. }
  41. },
  42. {
  43. "type": "text",
  44. "delta": [
  45. { "insert": "Highlight", "attributes": { "highlight": "0xFFFFFF00" } },
  46. { "insert": " Click anywhere and just start typing" },
  47. { "insert": " any text, and use the menu at the bottom to " },
  48. { "insert": "style", "attributes": { "italic": true } },
  49. { "insert": " your ", "attributes": { "bold": true } },
  50. { "insert": "writing", "attributes": { "underline": true } },
  51. { "insert": " howeverv you like.", "attributes": { "strikethrough": true } }
  52. ],
  53. "attributes": {
  54. "subtype": "with-checkbox",
  55. "checkbox": false
  56. }
  57. },
  58. {
  59. "type": "text",
  60. "delta": [
  61. { "insert": "Have a question? ", "attributes": { "heading": "h2" } }
  62. ],
  63. "attributes": {
  64. "subtype": "with-heading",
  65. "heading": "h2"
  66. }
  67. },
  68. {
  69. "type": "text",
  70. "delta": [
  71. { "insert": "Click the '?' at the bottom right for help and support."}
  72. ],
  73. "attributes": {}
  74. }
  75. ]
  76. }
  77. }