2021-09-16 12:16:21 +00:00
|
|
|
{
|
|
|
|
"name": "woocommerce/checkout-terms-block",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"title": "Terms and Conditions",
|
|
|
|
"description": "Ensure customers agree to your terms and conditions and privacy policy.",
|
|
|
|
"category": "woocommerce",
|
|
|
|
"supports": {
|
|
|
|
"align": false,
|
|
|
|
"html": false,
|
|
|
|
"multiple": false,
|
2021-09-28 15:01:48 +00:00
|
|
|
"reusable": false
|
2021-09-16 12:16:21 +00:00
|
|
|
},
|
|
|
|
"attributes": {
|
2021-10-20 16:18:13 +00:00
|
|
|
"className": {
|
|
|
|
"type": "string",
|
|
|
|
"default": ""
|
|
|
|
},
|
2021-09-16 12:16:21 +00:00
|
|
|
"checkbox": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false
|
|
|
|
},
|
|
|
|
"text": {
|
|
|
|
"type": "string",
|
|
|
|
"required": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"parent": [ "woocommerce/checkout-fields-block" ],
|
|
|
|
"textdomain": "woo-gutenberg-products-block",
|
|
|
|
"apiVersion": 2
|
|
|
|
}
|