block.json
52 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "surecart/product-variant-choices", |
| 5 | "title": "Product Variants", |
| 6 | "description": "Displays possible choices for product variants.", |
| 7 | "category": "surecart", |
| 8 | "textdomain": "surecart", |
| 9 | "ancestor": ["surecart/upsell"], |
| 10 | "keywords": ["variant", "product", "choice"], |
| 11 | "supports": { |
| 12 | "reusable": false, |
| 13 | "html": false, |
| 14 | "multiple": false, |
| 15 | "__experimentalBorder": { |
| 16 | "color": true, |
| 17 | "radius": true, |
| 18 | "width": true, |
| 19 | "__experimentalSkipSerialization": true, |
| 20 | "__experimentalDefaultControls": { |
| 21 | "color": true, |
| 22 | "radius": true, |
| 23 | "width": true |
| 24 | } |
| 25 | }, |
| 26 | "color": { |
| 27 | "__experimentalSkipSerialization": true, |
| 28 | "gradients": false, |
| 29 | "link": false, |
| 30 | "background": true, |
| 31 | "text": true, |
| 32 | "__experimentalDefaultControls": { |
| 33 | "background": true, |
| 34 | "text": true, |
| 35 | "link": true |
| 36 | } |
| 37 | }, |
| 38 | "typography": { |
| 39 | "__experimentalSkipSerialization": true, |
| 40 | "fontSize": true |
| 41 | }, |
| 42 | "spacing": { |
| 43 | "__experimentalSkipSerialization": true, |
| 44 | "margin": true, |
| 45 | "padding": true |
| 46 | } |
| 47 | }, |
| 48 | "selectors": { |
| 49 | "root": ".wp-block-surecart-product-variant-choices sc-pill-option button" |
| 50 | } |
| 51 | } |
| 52 |