block.json
63 lines
| 1 | { |
| 2 | "name": "woocommerce/order-confirmation-billing-address", |
| 3 | "version": "1.0.0", |
| 4 | "title": "Billing Address", |
| 5 | "description": "Display the order confirmation billing address.", |
| 6 | "category": "woocommerce", |
| 7 | "keywords": [ "WooCommerce" ], |
| 8 | "supports": { |
| 9 | "multiple": false, |
| 10 | "align": [ "wide", "full" ], |
| 11 | "inserter": false, |
| 12 | "html": false, |
| 13 | "color": { |
| 14 | "text": true, |
| 15 | "background": true, |
| 16 | "__experimentalDefaultControls": { |
| 17 | "background": true, |
| 18 | "text": true |
| 19 | } |
| 20 | }, |
| 21 | "typography": { |
| 22 | "fontSize": true, |
| 23 | "lineHeight": true, |
| 24 | "__experimentalFontFamily": true, |
| 25 | "__experimentalFontWeight": true, |
| 26 | "__experimentalFontStyle": true, |
| 27 | "__experimentalTextTransform": true, |
| 28 | "__experimentalTextDecoration": true, |
| 29 | "__experimentalLetterSpacing": true, |
| 30 | "__experimentalDefaultControls": { |
| 31 | "fontSize": true |
| 32 | } |
| 33 | }, |
| 34 | "__experimentalBorder": { |
| 35 | "color": true, |
| 36 | "radius": true, |
| 37 | "width": true, |
| 38 | "style": true, |
| 39 | "__experimentalDefaultControls": { |
| 40 | "width": true, |
| 41 | "color": true |
| 42 | } |
| 43 | }, |
| 44 | "spacing": { |
| 45 | "padding": true, |
| 46 | "margin": true, |
| 47 | "__experimentalDefaultControls": { |
| 48 | "margin": false, |
| 49 | "padding": false |
| 50 | } |
| 51 | } |
| 52 | }, |
| 53 | "attributes": { |
| 54 | "align": { |
| 55 | "type": "string", |
| 56 | "default": "wide" |
| 57 | } |
| 58 | }, |
| 59 | "textdomain": "woocommerce", |
| 60 | "apiVersion": 2, |
| 61 | "$schema": "https://schemas.wp.org/trunk/block.json" |
| 62 | } |
| 63 |