geno/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-terms-block/block.json
2024-02-01 11:54:18 +00:00

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