woocommerce/plugins/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/filled-cart-block/block.json

27 lines
543 B
JSON

{
"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
},
"attributes": {
"lock": {
"type": "object",
"default": {
"remove": true,
"move": true
}
}
},
"parent": [ "woocommerce/cart" ],
"textdomain": "woo-gutenberg-products-block",
"apiVersion": 2
}