Skip to content

Commit

Permalink
block.json schema: Add supports.splitting field (WordPress#62209)
Browse files Browse the repository at this point in the history
* block.json schema: Add supports.splitting field

* Update schemas/json/block.json

Co-authored-by: Ella <4710635+ellatrix@users.noreply.github.com>

---------

Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: ellatrix <ellatrix@git.wordpress.org>
  • Loading branch information
3 people authored and patil-vipul committed Jun 17, 2024
1 parent 269706e commit 9310359
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schemas/json/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9310359

Please sign in to comment.