-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 iteration for WordPress 6.8 #67520
Comments
@SantosGuillamot I would love to see if we can look at #64870 in the 6.8 cycle. From what it seems that shouldn't be too large a lift and would already go a long way in extending the block bindings support :) |
This one can be removed from the list. There will no longer be the Navigation Mode. It's going to be replaced with the Write and Content modes. |
I didn't specify it, but it's part of the planning somehow 🙂 The idea is that working on the abstractions to open it for more blocks, it will also solve that issue. To open this for dynamic blocks it is enough with these two points:
Whatever is done for bindings should work for pattern overrides as well. I'll add it to the list to ensure it is tracked. |
@SantosGuillamot Thanks :) My main point for calling it out specifically is that I don't think this should be held back by the wait for the HTML API which is currently blocking the adoption for static blocks. :) |
Totally agree 🙂 That's why I added this clarification: "Not all the limitations apply to all blocks, so the idea is to approach it progressively. For example, dynamic blocks only need the attributes locking and the opt-in mechanism solved." But it is good to have the issue in the list as well. |
Iteration of #60954.
This issue will be used to gather the new functionalities and bug fixes expected to be included in WordPress 6.8. It will serve to share regular updates and progress.
Please keep in mind that the list of issues will change once new ones come up.
For this iteration of WordPress 6.8, there will be two main focuses:
UI to create bindings
Support for more blocks
set_inner_html
in bindings processing.Other
getValues
API #66962Bug fixes
The text was updated successfully, but these errors were encountered: