File "block.json"

Full Path: /home/amervokv/ecomlive.net/wp-content/plugins/woocommerce/assets/client/blocks/product-summary/block.json
File size: 1.01 KB
MIME-type: application/json
Charset: utf-8

{
	"name": "woocommerce/product-summary",
	"version": "1.0.0",
	"icon": "page",
	"title": "Product Summary",
	"description": "Display a short description about a product.",
	"attributes": {
		"productId": {
			"type": "number",
			"default": 0
		},
		"isDescendentOfQueryLoop": {
			"type": "boolean",
			"default": false
		},
		"isDescendentOfSingleProductTemplate": {
			"type": "boolean",
			"default": false
		},
		"isDescendentOfSingleProductBlock": {
			"type": "boolean",
			"default": false
		},
		"isDescendantOfAllProducts": {
			"type": "boolean",
			"default": false
		},
		"showDescriptionIfEmpty": {
			"type": "boolean",
			"default": false
		},
		"showLink": {
			"type": "boolean",
			"default": false
		},
		"summaryLength": {
			"type": "number",
			"default": 0
		},
		"linkText": {
			"type": "string",
			"default": ""
		}
	},
	"usesContext": [ "query", "queryId", "postId" ],
	"keywords": [ "WooCommerce" ],
	"textdomain": "woocommerce",
	"apiVersion": 3,
	"$schema": "https://schemas.wp.org/trunk/block.json"
}