-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
block.json schema: Add supports.splitting field #62209
Conversation
4ec1244
to
1b31974
Compare
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Co-authored-by: Ella <4710635+ellatrix@users.noreply.github.com>
* 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>
* 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>
* 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>
This was cherry-picked to the wp/6.6 branch. |
Related to #54543
What?
This PR adds
supports.splitting
field to the block.json schema.Why?
This new field is a public API and therefore needs to be defined in the schema.
How?
I created a description field based on the content of #54543, but it was difficult to explain well. If you have any suggestions for a more understandable explanation, I would be grateful.
Testing Instructions
Create a JSON file like the one below locally and check that the code editor suggests "splitting".