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
The registerBlock utility allows for exporting an array of styles, which are each registered as block styles and unregistered on hot module updates (code here).
It would be good to expose a similar interface for block variations, which calls registerBlockVariation in the registerBlock function and unregisterBlockVariation in the unregisterBlock method.
The text was updated successfully, but these errors were encountered:
The
registerBlock
utility allows for exporting an array of styles, which are each registered as block styles and unregistered on hot module updates (code here).It would be good to expose a similar interface for block variations, which calls
registerBlockVariation
in theregisterBlock
function andunregisterBlockVariation
in theunregisterBlock
method.The text was updated successfully, but these errors were encountered: