File "block.json"

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

{
	"name": "woocommerce/cart-line-items-block",
	"version": "1.0.0",
	"title": "Cart Line Items",
	"description": "Block containing current line items in Cart.",
	"category": "woocommerce",
	"supports": {
		"align": false,
		"html": false,
		"multiple": false,
		"reusable": false,
		"inserter": false,
		"lock": false
	},
	"attributes": {
		"lock": {
			"type": "object",
			"default": {
				"remove": true,
				"move": true
			}
		}
	},
	"parent": [ "woocommerce/cart-items-block" ],
	"textdomain": "woo-gutenberg-products-block",
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2
}