How can I add a new option in toolbar for all the blocks? #5773
Replies: 1 comment 1 reply
-
You can do it with iterate over all components
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Here is my code for the Image block. I was able to make the new setting "tlb-settings" work by doing what you see below, the functionallity is in another component.
What I wanted to ask, if there is a way to set that new option to all blocks in toolbar avoiding to set it for each component individually. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions