Proposal: Extension points for Block Action Bar actions #22346
rbottema
started this conversation in
Features and ideas
Replies: 1 comment
-
|
This is a good one, and we wanted to do this as well. I've also had several conversations with people previously where this was the solution for the problem. So the question is just about priorities. Is this something you would like to provide a PR for? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What we want to implement
Introduce extension points in the new backoffice so packages can add or adjust actions in the existing Block Action Bar (Block List / Block Grid), without replacing the block view.
Why this is needed
Current customization is mainly via
blockEditorCustomView, which is great for rendering changes but heavy for simple action-level behavior and harder to combine with other extensions.What you could do with it
Expected outcome
A lightweight, composable way to extend block interactions, with better compatibility between packages and fewer custom view workarounds.
Beta Was this translation helpful? Give feedback.
All reactions