block.json
33 lines
| 1 | { |
| 2 | "apiVersion": 2, |
| 3 | "name": "surecart/price-selector", |
| 4 | "title": "Price Selector", |
| 5 | "description": "Displays a selector for product prices.", |
| 6 | "category": "surecart", |
| 7 | "keywords": ["price", "product", "choice", "checkout"], |
| 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 | "choices": { |
| 20 | "type": "array", |
| 21 | "default": [] |
| 22 | }, |
| 23 | "type": { |
| 24 | "type": "string", |
| 25 | "default": "radio" |
| 26 | }, |
| 27 | "columns": { |
| 28 | "type": "number", |
| 29 | "default": 1 |
| 30 | } |
| 31 | } |
| 32 | } |
| 33 |