diff --git a/docs/reference-guides/block-api/block-supports.md b/docs/reference-guides/block-api/block-supports.md index b327cd0c03a9ee..a15191c19ffb73 100644 --- a/docs/reference-guides/block-api/block-supports.md +++ b/docs/reference-guides/block-api/block-supports.md @@ -1110,3 +1110,11 @@ attributes: { } } ``` + +## splitting + +When set to `true`, `Enter` will split the block into two blocks. Note that this +is only meant for simple text blocks such as paragraphs and headings with a +single `RichText` field. RichText in the `edit` function _must_ have an +`identifier` prop that matches the attribute key of the text, so that it updates +the selection correctly and we know where to split.