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

67 lines
1.3 KiB
JSON

{
"name": "woocommerce/order-confirmation-billing-address",
"version": "1.0.0",
"title": "Billing Address",
"description": "Display the order confirmation billing address.",
"category": "woocommerce",
"keywords": [
"WooCommerce"
],
"supports": {
"multiple": false,
"align": [
"wide",
"full"
],
"inserter": false,
"html": false,
"color": {
"text": true,
"background": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
}
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
},
"__experimentalBorder": {
"color": true,
"radius": true,
"width": true,
"style": true,
"__experimentalDefaultControls": {
"width": true,
"color": true
}
},
"spacing": {
"padding": true,
"margin": true,
"__experimentalDefaultControls": {
"margin": false,
"padding": false
}
}
},
"attributes": {
"align": {
"type": "string",
"default": "wide"
}
},
"textdomain": "woocommerce",
"apiVersion": 3,
"$schema": "https://schemas.wp.org/trunk/block.json"
}