{ "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 } }, "showPrice": { "type": "boolean", "default": false }, "cartPageId": { "type": "number", "default": 0 }, "showReturnToCart": { "type": "boolean", "default": true }, "className": { "type": "string", "default": "" } }, "parent": [ "woocommerce/checkout-fields-block" ], "textdomain": "woocommerce", "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2 }