woocommerce/plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-totals-block/block.json

32 lines
607 B
JSON
Raw Normal View History

{
"name": "woocommerce/checkout-totals-block",
"version": "1.0.0",
"title": "Checkout Totals",
"description": "Column containing the checkout totals.",
"category": "woocommerce",
"supports": {
"align": false,
"html": false,
"multiple": false,
"reusable": false,
"inserter": false
},
"attributes": {
"className": {
"type": "string",
"default": ""
},
"checkbox": {
"type": "boolean",
"default": false
},
"text": {
"type": "string",
"required": false
}
},
"parent": [ "woocommerce/checkout" ],
"textdomain": "woo-gutenberg-products-block",
"apiVersion": 2
}