File "block.json"

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

{
	"name": "woocommerce/checkout-terms-block",
	"version": "1.0.0",
	"title": "Terms and Conditions",
	"description": "Ensure that customers agree to your Terms & Conditions and Privacy Policy.",
	"category": "woocommerce",
	"supports": {
		"align": false,
		"html": false,
		"multiple": false,
		"reusable": false
	},
	"attributes": {
		"className": {
			"type": "string",
			"default": ""
		},
		"checkbox": {
			"type": "boolean",
			"default": false
		},
		"text": {
			"type": "string",
			"required": false
		}
	},
	"parent": [ "woocommerce/checkout-fields-block" ],
	"textdomain": "woo-gutenberg-products-block",
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2
}