Skip to content

Commit 1b31974

Browse files
committed
block.json schema: Add supports.splitting field
1 parent b89fb7b commit 1b31974

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

schemas/json/block.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,11 @@
640640
}
641641
}
642642
]
643+
},
644+
"splitting": {
645+
"type": "boolean",
646+
"description": "This property indicates whether the block should merge its content with the content of the pasted block when it is pasted, and whether it should split the block when the Enter key is pressed.",
647+
"default": false
643648
}
644649
},
645650
"additionalProperties": true

0 commit comments

Comments
 (0)