Skip to content

Commit fea9496

Browse files
t-hamanoellatrix
andcommitted
block.json schema: Add supports.splitting field (#62209)
* block.json schema: Add supports.splitting field * Update schemas/json/block.json Co-authored-by: Ella <[email protected]> --------- Co-authored-by: t-hamano <[email protected]> Co-authored-by: ellatrix <[email protected]>
1 parent ad66083 commit fea9496

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 can split when the Enter key is pressed or when blocks are pasted.",
647+
"default": false
643648
}
644649
},
645650
"additionalProperties": true

0 commit comments

Comments
 (0)