| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "document": {
- "type": "text",
- "attributes": {
- "content": "TITLE"
- },
- "children": [
- {
- "type": "text",
- "attributes": {
- "text-type": "heading1",
- "font-size": 30,
- "content": "aaaaaaaaaaaaaaaaaaaaaaaa"
- }
- },
- {
- "type": "text",
- "attributes": {
- "text-type": "heading1",
- "font-size": 30,
- "content": "bbbbbbbbbbbbbbbbbbbbbbb"
- }
- },
- {
- "type": "text",
- "attributes": {
- "text-type": "heading1",
- "font-size": 30,
- "content": "cccccccccccccccccccccc"
- }
- }
- ]
- }
- }
|