{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 1, "textdomain": "woo-gutenberg-products-block", "name": "woocommerce/all-products", "title": "All Products", "category": "woocommerce", "keywords": [ "WooCommerce" ], "description": "Display products from your store in a grid layout.", "supports": { "align": [ "wide", "full" ], "html": false, "multiple": false }, "example": { "attributes": { "isPreview": true } }, "attributes": { "columns": { "type": "number" }, "rows": { "type": "number" }, "alignButtons": { "type": "boolean" }, "contentVisibility": { "type": "object" }, "orderby": { "type": "string" }, "layoutConfig": { "type": "array" }, "isPreview": { "type": "boolean", "default": false } } }