diff --git a/plugins/woocommerce-blocks/assets/js/blocks/product-gallery/block.json b/plugins/woocommerce-blocks/assets/js/blocks/product-gallery/block.json index 7a6219d5ec3..6eb94afcf6b 100644 --- a/plugins/woocommerce-blocks/assets/js/blocks/product-gallery/block.json +++ b/plugins/woocommerce-blocks/assets/js/blocks/product-gallery/block.json @@ -23,7 +23,6 @@ "hoverZoom": "hoverZoom", "fullScreenOnClick": "fullScreenOnClick" }, - "usesContext": [ "postId" ], "attributes": { "thumbnailsPosition": { "type": "string", @@ -62,5 +61,6 @@ "default": "standard" } }, - "viewScript": "wc-product-gallery-frontend" + "viewScript": "wc-product-gallery-frontend", + "example": {} }