Reequestrian/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-actions-block/block.json
2025-04-22 18:27:41 +05:30

45 lines
838 B
JSON

{
"name": "woocommerce/checkout-actions-block",
"version": "1.0.0",
"title": "Actions",
"description": "Allow customers to place their order.",
"category": "woocommerce",
"supports": {
"align": false,
"html": false,
"multiple": false,
"reusable": false,
"inserter": false,
"lock": false
},
"attributes": {
"lock": {
"type": "object",
"default": {
"remove": true,
"move": true
}
},
"cartPageId": {
"type": "number",
"default": 0
},
"showReturnToCart": {
"type": "boolean",
"default": true
},
"className": {
"type": "string",
"default": ""
},
"priceSeparator": {
"type": "string",
"default": "·"
}
},
"parent": [ "woocommerce/checkout-fields-block" ],
"textdomain": "woocommerce",
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3
}