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