block.json
49 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": [ |
| 8 | "WooCommerce" |
| 9 | ], |
| 10 | "supports": { |
| 11 | "multiple": false, |
| 12 | "align": [ |
| 13 | "wide", |
| 14 | "full" |
| 15 | ], |
| 16 | "html": false, |
| 17 | "__experimentalBorder": { |
| 18 | "color": true, |
| 19 | "radius": true, |
| 20 | "width": true, |
| 21 | "style": true, |
| 22 | "__experimentalDefaultControls": { |
| 23 | "width": true, |
| 24 | "color": true |
| 25 | } |
| 26 | }, |
| 27 | "spacing": { |
| 28 | "padding": true, |
| 29 | "margin": true, |
| 30 | "__experimentalDefaultControls": { |
| 31 | "margin": false, |
| 32 | "padding": false |
| 33 | } |
| 34 | } |
| 35 | }, |
| 36 | "attributes": { |
| 37 | "align": { |
| 38 | "type": "string", |
| 39 | "default": "wide" |
| 40 | }, |
| 41 | "className": { |
| 42 | "type": "string", |
| 43 | "default": "" |
| 44 | } |
| 45 | }, |
| 46 | "textdomain": "woocommerce", |
| 47 | "apiVersion": 3, |
| 48 | "$schema": "https://schemas.wp.org/trunk/block.json" |
| 49 | } |