File "block.json"
Full Path: /home/romayxjt/public_html/wp-content/plugins/orderable/inc/modules/receipt-layouts/blocks/order-totals/src/block.json
File size: 865 bytes
MIME-type: application/json
Charset: utf-8
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "orderable/order-totals",
"version": "1.0.0",
"title": "Orderable - Order Totals",
"category": "orderable",
"description": "Shows the order totals.",
"attributes": {
"showLabel": {
"type": "boolean",
"default": false
},
"label": {
"type": "string",
"default": "Totals:"
},
"subtotalLabel": {
"type": "string",
"default": ""
},
"discountLabel": {
"type": "string",
"default": ""
},
"totalLabel": {
"type": "string",
"default": ""
},
"style": {
"type": "object",
"default": {
"color": {
"background": "#f5f5f5"
},
"spacing": {
"padding": "7.6pt"
}
}
}
},
"textdomain": "orderable",
"editorScript": "file:./index.js",
"render": "file:./render.php",
"editorStyle": "file:./index.css"
}