File "block.json"

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

{
	"name": "woocommerce/filled-cart-block",
	"version": "1.0.0",
	"title": "Filled Cart",
	"description": "Contains blocks that are displayed when the cart contains products.",
	"category": "woocommerce",
	"supports": {
		"align": [ "wide" ],
		"html": false,
		"multiple": false,
		"reusable": false,
		"inserter": false,
		"lock": false
	},
	"attributes": {
		"lock": {
			"type": "object",
			"default": {
				"remove": true,
				"move": true
			}
		}
	},
	"parent": [ "woocommerce/cart" ],
	"textdomain": "woo-gutenberg-products-block",
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2
}