-
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 Bindings] Human readable label for Meta fields #65066
Comments
Personally, I think that would totally make sense, not only for block bindings but potentially for other use cases as well. I'll try to get something working if I find time to see what it could look like. |
I've started exploring this in this core pull request that I hope can help with the discussion. I'll try to get the respective one in Gutenberg. |
I've started another PR in Gutenberg to see how it could look like and the necessary changes: #65099 |
Wow. Thank you! |
What problem does this address?
Block bindings are a very powerful tool, and the UI is good, but the experience of assigning a meta field means the user sees the meta key.
What is your proposed solution?
I propose adding a
label
/title
/name
to the$args
array inregister_meta()
that would then be exposed in the Block Bindings and available for use elsewhere in WordPress.The text was updated successfully, but these errors were encountered: