Skip to content
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: Add support for the List item block #67509

Open
saulyz opened this issue Dec 3, 2024 · 1 comment
Open

Block Bindings: Add support for the List item block #67509

saulyz opened this issue Dec 3, 2024 · 1 comment
Labels

Comments

@saulyz
Copy link
Contributor

saulyz commented Dec 3, 2024

What problem does this address?

WP 6.7.1 empowers the creation of custom binding sources and the binding for blocks Header, Paragraphs, Buttons and Images.
That covers a lot, but some common text pieces are missing. The list items.

What is your proposed solution?

The structure and features of List items (core/list-item) share lot's of common with Headers and Paragraphs. So it's probably not a big effort to make it work.

@saulyz saulyz added the [Type] Enhancement A suggestion for improvement. label Dec 3, 2024
@SantosGuillamot
Copy link
Contributor

As explained in this issue, opening block bindings to more blocks is challenging, and there are a few aspects to solve first. We could add support to specific blocks, creating hardcoded specific solutions, but I think it makes sense to address the original problems.

I've just created the iteration issue for 6.8, where I explain that working on those limitations is one of the main topics for this release. Once that is solved, it should be safer to add support for not only the list item block, but for other blocks as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants