12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "document": {
- "type": "root",
- "children": [
- {
- "type": "text",
- "delta": [],
- "attributes": {
- "subtype": "with-heading"
- }
- },
- {
- "type": "text",
- "delta": [],
- "attributes": {
- "tag": "*"
- },
- "children": [
- {
- "type": "text",
- "delta": [],
- "attributes": {
- "text-type": "heading2",
- "check": true
- }
- },
- {
- "type": "text",
- "delta": [],
- "attributes": {
- "text-type": "checkbox",
- "check": true
- }
- },
- {
- "type": "text",
- "delta": [],
- "attributes": {
- "tag": "**"
- }
- }
- ]
- },
- {
- "type": "image",
- "attributes": {
- "url": "x.png"
- }
- },
- {
- "type": "video",
- "attributes": {
- "url": "x.mp4"
- }
- }
- ]
- }
- }
|