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

32 lines
694 B
JSON

{
"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
}