{
	"name": "woocommerce/mini-cart-products-table-block",
	"version": "1.0.0",
	"title": "Mini-Cart Products Table",
	"description": "Block that displays the products table of the Mini-Cart block.",
	"category": "woocommerce",
	"supports": {
		"align": false,
		"html": false,
		"multiple": false,
		"reusable": false,
		"inserter": false,
		"lock": false,
		"interactivity": true
	},
	"attributes": {
		"lock": {
			"type": "object",
			"default": {
				"remove": true,
				"move": false
			}
		}
	},
	"parent": [ "woocommerce/mini-cart-items-block" ],
	"textdomain": "woocommerce",
	"apiVersion": 3,
	"$schema": "https://schemas.wp.org/trunk/block.json"
}
