How do you use __experimentalLayout to give innerblocks alignment control and default layout?
You’re pretty close. Specifying layout details in block.json should nest inside a “default” property. Doing so will have the Layout panel display accordingly but there’s more to it than that. If you want the default layout for the block, there is no need to add contentSize or wideSize. Here is the layout config I’d recommend … Read more