block.json
45 lines
| 1 | { |
| 2 | "name": "woocommerce/order-confirmation-additional-fields", |
| 3 | "version": "1.0.0", |
| 4 | "title": "Additional Field List", |
| 5 | "description": "Display the list of additional field values from the current order.", |
| 6 | "category": "woocommerce", |
| 7 | "keywords": [ "WooCommerce" ], |
| 8 | "supports": { |
| 9 | "multiple": false, |
| 10 | "align": [ "wide", "full" ], |
| 11 | "html": false, |
| 12 | "__experimentalBorder": { |
| 13 | "color": true, |
| 14 | "radius": true, |
| 15 | "width": true, |
| 16 | "style": true, |
| 17 | "__experimentalDefaultControls": { |
| 18 | "width": true, |
| 19 | "color": true |
| 20 | } |
| 21 | }, |
| 22 | "spacing": { |
| 23 | "padding": true, |
| 24 | "margin": true, |
| 25 | "__experimentalDefaultControls": { |
| 26 | "margin": false, |
| 27 | "padding": false |
| 28 | } |
| 29 | } |
| 30 | }, |
| 31 | "attributes": { |
| 32 | "align": { |
| 33 | "type": "string", |
| 34 | "default": "wide" |
| 35 | }, |
| 36 | "className": { |
| 37 | "type": "string", |
| 38 | "default": "" |
| 39 | } |
| 40 | }, |
| 41 | "textdomain": "woocommerce", |
| 42 | "apiVersion": 2, |
| 43 | "$schema": "https://schemas.wp.org/trunk/block.json" |
| 44 | } |
| 45 |