diff --git a/schemas/json/block.json b/schemas/json/block.json index 92bcecf90b9b60..0c036a6e05ffe6 100644 --- a/schemas/json/block.json +++ b/schemas/json/block.json @@ -640,6 +640,11 @@ } } ] + }, + "splitting": { + "type": "boolean", + "description": "This property indicates whether the block can split when the Enter key is pressed or when blocks are pasted.", + "default": false } }, "additionalProperties": true