woocommerce
/
assets
/
client
/
blocks
/
order-confirmation-additional-fields-wrapper
Last commit date
block.json
2 years ago
block.json
30 lines
| 1 | { |
| 2 | "name": "woocommerce/order-confirmation-additional-fields-wrapper", |
| 3 | "version": "1.0.0", |
| 4 | "title": "Additional Fields", |
| 5 | "description": "Display additional checkout fields from the 'contact' and 'additional' locations.", |
| 6 | "category": "woocommerce", |
| 7 | "keywords": [ "WooCommerce" ], |
| 8 | "attributes": { |
| 9 | "heading": { |
| 10 | "type": "string" |
| 11 | } |
| 12 | }, |
| 13 | "supports": { |
| 14 | "multiple": false, |
| 15 | "align": [ "wide", "full" ], |
| 16 | "html": false, |
| 17 | "spacing": { |
| 18 | "padding": true, |
| 19 | "margin": true, |
| 20 | "__experimentalDefaultControls": { |
| 21 | "margin": false, |
| 22 | "padding": false |
| 23 | } |
| 24 | } |
| 25 | }, |
| 26 | "textdomain": "woocommerce", |
| 27 | "apiVersion": 2, |
| 28 | "$schema": "https://schemas.wp.org/trunk/block.json" |
| 29 | } |
| 30 |