File "block.json"

Full Path: /home/warrior1/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products/block.json
File size: 805 bytes
MIME-type: application/json
Charset: utf-8

{
	"$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
		}
	}
}