File "block.json"

Full Path: /home/warrior1/public_html/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-totals-block/block.json
File size: 662 bytes
MIME-type: application/json
Charset: utf-8

{
	"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",
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2
}