block.json
64 lines
| 1 | { |
| 2 | "apiVersion": 3, |
| 3 | "name": "surecart/product-donation-prices", |
| 4 | "title": "Prices", |
| 5 | "description": "Displays a donation price and interval selector.", |
| 6 | "category": "surecart", |
| 7 | "ancestor": ["surecart/product-donation"], |
| 8 | "keywords": ["donation", "ad hoc", "custom", "amount"], |
| 9 | "textdomain": "surecart", |
| 10 | "usesContext": [ |
| 11 | "surecart/product-donation/product_id", |
| 12 | "surecart/product-donation/required" |
| 13 | ], |
| 14 | "supports": { |
| 15 | "reusable": false, |
| 16 | "html": false, |
| 17 | "color": { |
| 18 | "__experimentalSkipSerialization": true, |
| 19 | "gradients": true, |
| 20 | "link": false, |
| 21 | "__experimentalDefaultControls": { |
| 22 | "background": true, |
| 23 | "text": true, |
| 24 | "link": true |
| 25 | } |
| 26 | }, |
| 27 | "spacing": { |
| 28 | "__experimentalSkipSerialization": true, |
| 29 | "margin": true, |
| 30 | "padding": true |
| 31 | }, |
| 32 | "__experimentalBorder": { |
| 33 | "__experimentalSkipSerialization": true, |
| 34 | "color": true, |
| 35 | "radius": true |
| 36 | }, |
| 37 | "typography": { |
| 38 | "fontSize": true, |
| 39 | "lineHeight": true, |
| 40 | "__experimentalFontFamily": true, |
| 41 | "__experimentalFontWeight": true, |
| 42 | "__experimentalFontStyle": true, |
| 43 | "__experimentalTextTransform": true, |
| 44 | "__experimentalTextDecoration": true, |
| 45 | "__experimentalLetterSpacing": true, |
| 46 | "__experimentalDefaultControls": { |
| 47 | "fontSize": true, |
| 48 | "fontAppearance": true, |
| 49 | "textTransform": true |
| 50 | } |
| 51 | } |
| 52 | }, |
| 53 | "attributes": { |
| 54 | "label": { |
| 55 | "type": "string", |
| 56 | "default": "Make It Recurring" |
| 57 | }, |
| 58 | "columns": { |
| 59 | "type": "number", |
| 60 | "default": 2 |
| 61 | } |
| 62 | } |
| 63 | } |
| 64 |