HEX
Server: Apache/2.4.65 (Debian)
System: Linux wordpress-7cb4c6b6f6-hg958 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User: www-data (33)
PHP: 8.3.27
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/woocommerce/assets/client/blocks/product-collection/block.json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "woocommerce/product-collection",
	"title": "Product Collection",
	"description": "Display a collection of products from your store.",
	"category": "woocommerce",
	"keywords": [
		"WooCommerce",
		"Products (Beta)",
		"all products",
		"by attribute",
		"by category",
		"by tag"
	],
	"textdomain": "woocommerce",
	"attributes": {
		"queryId": {
			"type": "number"
		},
		"query": {
			"type": "object"
		},
		"tagName": {
			"type": "string"
		},
		"displayLayout": {
			"type": "object",
			"properties": {
				"type": {
					"type": "string",
					"enum": [ "flex", "list", "carousel" ]
				},
				"columns": {
					"type": "number"
				},
				"shrinkColumns": {
					"type": "boolean"
				}
			}
		},
		"dimensions": {
			"type": "object"
		},
		"convertedFromProducts": {
			"type": "boolean",
			"default": false
		},
		"collection": {
			"type": "string"
		},
		"hideControls": {
			"default": [],
			"type": "array"
		},
		"queryContextIncludes": {
			"type": "array"
		},
		"forcePageReload": {
			"type": "boolean",
			"default": false
		},
		"__privatePreviewState": {
			"type": "object"
		}
	},
	"providesContext": {
		"queryId": "queryId",
		"query": "query",
		"displayLayout": "displayLayout",
		"dimensions": "dimensions",
		"queryContextIncludes": "queryContextIncludes",
		"collection": "collection",
		"__privateProductCollectionPreviewState": "__privatePreviewState"
	},
	"usesContext": [ "templateSlug", "postId" ],
	"supports": {
		"align": [ "wide", "full" ],
		"anchor": true,
		"html": false,
		"__experimentalLayout": true,
		"interactivity": true
	},
	"editorStyle": "file:../woocommerce/product-collection-editor.css",
	"style": "file:../woocommerce/product-collection-style.css"
}