I failed to make blocks ordering with BlockManager #4420
Unanswered
sergeynilov
asked this question in
Q&A
Replies: 1 comment
-
Making some additive tests I see that I need to change ordering of Blocks=>Categories,
is different. I tried to change order of Blocks=>Categories in similar way, but failed. I managed to get all categories with code like :
and how I see blocksToRender in browser's console : https://prnt.sc/3cVRoayuErAG
|
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.
-
Using grapesjs with custom blocks I need
I managed to make point 1), but searching for decision of point2) I found this branch :
How to reorder BlockManager Blocks? #780
and I do it as with timer:
But as result I see 9 blocks, but which looks like empty : https://prnt.sc/86w-dqziZakn
Also I can not drag and drop content of these blocks - nothing is dropped. ,
What is wrong in my blocks ordering ?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions