{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "woocommerce/product-summary",
	"title": "Product summary",
	"category": "widgets",
	"description": "The product summary.",
	"keywords": [ "products", "summary", "excerpt" ],
	"textdomain": "default",
	"attributes": {
		"align": {
			"type": "string"
		},
		"direction": {
			"type": "string",
			"enum": [ "ltr", "rtl" ]
		},
		"label": {
			"type": "string"
		},
		"content": {
			"type": "string",
			"__experimentalRole": "content"
		}
	},
	"supports": {
		"align": false,
		"html": false,
		"multiple": false,
		"reusable": false,
		"inserter": false,
		"lock": false
	}
}
