You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tool generates the JS object for creating blocks with inner blocks where it expects arrays/separate parameters (where you have name, attributes, innerBlocks separately).
But for Block Variations, it's basically an object with 'name' and 'innerBlocks' as keys in the object. If PRs are being reviewed still, let me know.
This tool generates the JS object for creating blocks with inner blocks where it expects arrays/separate parameters (where you have name, attributes, innerBlocks separately).
But for Block Variations, it's basically an object with 'name' and 'innerBlocks' as keys in the object. If PRs are being reviewed still, let me know.
InnerBlocks
would be more like
Block Variation
The text was updated successfully, but these errors were encountered: