woocommerce/plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/additional-fields-wrapper/block.json

34 lines
684 B
JSON
Raw Normal View History

{
"name": "woocommerce/order-confirmation-additional-fields-wrapper",
"version": "1.0.0",
"title": "Additional Fields",
"description": "Display additional checkout fields from the 'contact' and 'order' locations.",
"category": "woocommerce",
"keywords": [
"WooCommerce"
],
"attributes": {
"heading": {
"type": "string"
}
},
"supports": {
"multiple": false,
"align": [
"wide",
"full"
],
"html": false,
"spacing": {
"padding": true,
"margin": true,
"__experimentalDefaultControls": {
"margin": false,
"padding": false
}
}
},
"textdomain": "woocommerce",
"apiVersion": 3,
"$schema": "https://schemas.wp.org/trunk/block.json"
}