woocommerce/plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/totals/block.json

69 lines
1.5 KiB
JSON

{
"name": "woocommerce/order-confirmation-totals",
"version": "1.0.0",
"title": "Order Totals",
"description": "Display the items purchased and order totals.",
"category": "woocommerce",
"keywords": [ "WooCommerce" ],
"supports": {
"multiple": false,
"align": [ "wide", "full" ],
"html": false,
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextDecoration": true,
"__experimentalFontStyle": true,
"__experimentalFontWeight": true,
"__experimentalLetterSpacing": true,
"__experimentalTextTransform": true,
"__experimentalDefaultControls": {
"fontSize": true
}
},
"color": {
"background": true,
"text": true,
"link": true,
"gradients": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
}
},
"spacing": {
"padding": true,
"margin": true,
"__experimentalDefaultControls": {
"margin": false,
"padding": false
}
},
"__experimentalBorder": {
"color": true,
"style": true,
"width": true,
"__experimentalDefaultControls": {
"color": true,
"style": true,
"width": true
}
},
"__experimentalSelector": ".wp-block-woocommerce-order-confirmation-totals table"
},
"attributes": {
"align": {
"type": "string",
"default": "wide"
},
"className": {
"type": "string",
"default": ""
}
},
"textdomain": "woo-gutenberg-products-block",
"apiVersion": 2,
"$schema": "https://schemas.wp.org/trunk/block.json"
}