As a developer
I want to be able to group related blocks under tabs
so that the user can navigate between related content without swamping the page
I can add blocks to the tabs
I can drag blocks to the tabs
I can edit tab blocks
I can detach tab blocks
I can remove tab blocks
example of block of type block api response:
i think the blocks can also be lazy loaded by the ui, if the api returns something like:
block.links.blocks = /api/blocks/1/blocks (instead of linked.blocks)
not sure what we need for draggable stuff