FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks
/
Blocks
/
Confirmation
Edit File: block.json
{ "$schema": "https://json.schemastore.org/block.json", "apiVersion": 3, "name": "surecart/order-confirmation", "title": "Order Confirmation", "description": "Display an order confirmation section.", "category": "surecart", "keywords": ["thank", "thank you", "confirm"], "textdomain": "surecart", "supports": { "reusable": false, "html": false }, "attributes": { "title": { "type": "string", "default": "Order Confirmation" }, "description": { "type": "string", "default": "Thank you!" }, "button_enabled": { "type": "boolean", "default": true }, "button_text": { "type": "string", "default": "Customer Dashboard" } } }
Save
Back