2021-09-16 12:16:21 +00:00
|
|
|
{
|
|
|
|
"name": "woocommerce/checkout-terms-block",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"title": "Terms and Conditions",
|
2022-09-12 08:39:26 +00:00
|
|
|
"description": "Ensure that customers agree to your Terms & Conditions and Privacy Policy.",
|
2021-09-16 12:16:21 +00:00
|
|
|
"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
|
2024-06-03 18:18:42 +00:00
|
|
|
},
|
|
|
|
"showSeparator": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
2021-09-16 12:16:21 +00:00
|
|
|
}
|
|
|
|
},
|
2024-08-20 10:14:11 +00:00
|
|
|
"parent": [
|
|
|
|
"woocommerce/checkout-fields-block"
|
|
|
|
],
|
2023-12-09 13:44:54 +00:00
|
|
|
"textdomain": "woocommerce",
|
2022-08-01 14:57:33 +00:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2024-08-20 10:14:11 +00:00
|
|
|
"apiVersion": 3
|
|
|
|
}
|