Block Bindings: Make getFielsList only available in Gutenberg plugin.#72166
Block Bindings: Make getFielsList only available in Gutenberg plugin.#72166cbravobernal wants to merge 2 commits intotrunkfrom
getFielsList only available in Gutenberg plugin.#72166Conversation
|
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. |
|
Size Change: +143 B (+0.01%) Total Size: 2.07 MB
ℹ️ View Unchanged
|
|
Flaky tests detected in f911c11. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/18348627122
|
|
@ockham do you think we can land this after the |
f911c11 to
15845c1
Compare
|
|
What?
According to the code.
getFieldsListwas only available forpost-metasource and the Gutenberg plugin. As it has never been in Core, extenders without Gutenberg plugin could not use it.We are "deprecating" ( it was never public or documented ) in favor of the new
editorUI, so let's give a couple of months after the WordPress release for any extender who used it, to update to the neweditorUI.Testing Instructions
Testing Instructions for Keyboard