File "block.json"
Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-heading-block/block.json
File size: 672 bytes
MIME-type: application/json
Charset: utf-8
{
"name": "woocommerce/cart-order-summary-heading-block",
"version": "1.0.0",
"title": "Heading",
"description": "Shows the heading row.",
"category": "woocommerce",
"supports": {
"align": false,
"html": false,
"multiple": false,
"reusable": false
},
"attributes": {
"className": {
"type": "string",
"default": ""
},
"content": {
"type": "string",
"default": "Cart totals"
},
"lock": {
"type": "object",
"default": {
"remove": false,
"move": false
}
}
},
"parent": [ "woocommerce/cart-order-summary-block" ],
"textdomain": "woocommerce",
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2
}