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

Overrides in Sync Patterns: expand block support #59607

Open
liviopv opened this issue Mar 5, 2024 · 8 comments
Open

Overrides in Sync Patterns: expand block support #59607

liviopv opened this issue Mar 5, 2024 · 8 comments
Labels
[Feature] Block bindings [Feature] Synced Patterns Related to synced patterns (formerly reusable blocks) [Type] Enhancement A suggestion for improvement.

Comments

@liviopv
Copy link

liviopv commented Mar 5, 2024

What problem does this address?

Users should be able to overrides more blocks that are can hold actual content, not just Paragraph/Heading/Image/Button

What is your proposed solution?

Some ideas:

  • List Block > List Items
  • Quote Block: citation
  • Gallery > Image
  • Verse
  • Preformatted
  • File
  • Video
  • Embed (and variations)
  • Nested blocks inside: Group, Cover, Column, Media & Text
@liviopv liviopv added the [Type] Enhancement A suggestion for improvement. label Mar 5, 2024
@gziolo
Copy link
Member

gziolo commented Mar 8, 2024

@SantosGuillamot, that’s also related to Block Bindings.

@SantosGuillamot
Copy link
Contributor

The idea is to add support for more blocks progressively to ensure everything works as expected. It's great to know which ones feel more important to have that in mind.

@jordesign jordesign added the [Feature] Synced Patterns Related to synced patterns (formerly reusable blocks) label Mar 11, 2024
@fabiankaegy
Copy link
Member

Should we also add "custom blocks" to the list here? As a developer I would love to be able to expose the block connections / pattern overrides feature in custom blocks I need to build.

@SantosGuillamot
Copy link
Contributor

Yes, custom blocks are also part of the roadmap, although it will probably take more time. They depend on the HTML API supporting any HTML tag and they will need a proper opt-in mechanism. I've added it to the block bindings API epic.

@gziolo
Copy link
Member

gziolo commented Mar 14, 2024

From the list above the Verse and Preformatted blocks should be close in implementation to the Paragraph and Heading block so if someone would like to give it a try, @SantosGuillamot and I can help with reviews.

@dannyreaktiv
Copy link

The Group block would be a great way to provide an open area for inner-blocks.

@annezazu
Copy link
Contributor

The Group block would be a great way to provide an open area for inner-blocks.

@dannyreaktiv you'll dig this issue on that exact topic: #61225

@dannyreaktiv
Copy link

The Group block would be a great way to provide an open area for inner-blocks.

@dannyreaktiv you'll dig this issue on that exact topic: #61225

Wow. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Block bindings [Feature] Synced Patterns Related to synced patterns (formerly reusable blocks) [Type] Enhancement A suggestion for improvement.
Projects
None yet
Development

No branches or pull requests

7 participants