BlockManager issue. #5935
turgunov01
started this conversation in
General
Replies: 1 comment 3 replies
-
I needed something similar (im my case it was Basic Blocks vs. Layouts) and instead of using blockManager.appendTo I did the following:
In my case I filter them by category, but you can filter by whatever you want. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Unable to create two blockManager panels to filter the blocks, into using and not-using blocks.
Generally, I have to create two blocks(panels) which must be different, but config can not have two blockManager.appendTo keys, so i have to handle my blocks somehow for filtering them, using and not-using blocks.
I have an idea actually, to clip a key for a Objects inside of the Blocks, like after using sending request to API which is returning the blocks List, and each component:add or component:remove use key such: used: true/false
I am waiting for some ideas, and support with my question.
Beta Was this translation helpful? Give feedback.
All reactions