@blocknote/core
Version:
A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.
33 lines • 578 B
JSON
[
{
"id": "1",
"type": "image",
"props": {
"backgroundColor": "default",
"textAlignment": "left",
"name": "",
"url": "exampleURL",
"caption": "",
"showPreview": true,
"previewWidth": 512
},
"children": []
},
{
"id": "2",
"type": "paragraph",
"props": {
"textColor": "default",
"backgroundColor": "default",
"textAlignment": "left"
},
"content": [
{
"type": "text",
"text": "Image Caption",
"styles": {}
}
],
"children": []
}
]