block.json
27 lines
| 1 | { |
| 2 | "apiVersion": 2, |
| 3 | "name": "surecart/variant-price-selector", |
| 4 | "title": "Product Options Selector", |
| 5 | "description": "Displays a selector for selecting product prices and/or variants.", |
| 6 | "category": "surecart", |
| 7 | "keywords": ["price", "product", "choice", "checkout", "variant"], |
| 8 | "textdomain": "surecart", |
| 9 | "ancestor": ["surecart/form"], |
| 10 | "supports": { |
| 11 | "reusable": false, |
| 12 | "html": false, |
| 13 | "className": true |
| 14 | }, |
| 15 | "attributes": { |
| 16 | "label": { |
| 17 | "type": "string" |
| 18 | }, |
| 19 | "product_id": { |
| 20 | "type": "string" |
| 21 | }, |
| 22 | "selectorTitle": { |
| 23 | "type": "string" |
| 24 | } |
| 25 | } |
| 26 | } |
| 27 |