Hi Team,
I have been using Blockly extensively for my current project and most of the times that i build my workflows using Blockly blocks , the number of blocks exceed 1000 and even more. Viewing such large workflows becomes a problem.
I want to be able to have a 'Composite' block functionality - wherein - say, i have a composite block and i drag and drop 5 atomic blocks inside it, and all that i can see on the screen then is that 1 composite block instead of those 5 blocks.
e.g. i have block A, block B, block C, block D and block E on the blockly workspace. If i create a custom block , which is a composite block (Block CB ) and drag and drop these 5 blocks inside it, then visually on the screen what is left if just this Block CB. Internally though in the Blockly XML, it holds the block definition of all the blocks it contains.
It something like this possible with Blockly? Could you Guide me how i could start with it ?
Regards
Abhigya