block.json
29 lines
| 1 | { |
| 2 | "apiVersion": 2, |
| 3 | "name": "surecart/product-donation-amount", |
| 4 | "title": "Product Donation Amount", |
| 5 | "description": "Displays a donation amount for the donation form.", |
| 6 | "category": "surecart", |
| 7 | "ancestor": ["surecart/product-donation-amounts"], |
| 8 | "keywords": ["donation", "ad hoc", "custom", "amount"], |
| 9 | "textdomain": "surecart", |
| 10 | "usesContext": ["surecart/product-donation/product_id"], |
| 11 | "supports": { |
| 12 | "reusable": false, |
| 13 | "html": false |
| 14 | }, |
| 15 | "attributes": { |
| 16 | "amount": { |
| 17 | "type": "number", |
| 18 | "default": 0 |
| 19 | }, |
| 20 | "label": { |
| 21 | "type": "string" |
| 22 | }, |
| 23 | "currency": { |
| 24 | "type": "string" |
| 25 | } |
| 26 | }, |
| 27 | "style": "file:./preload.css" |
| 28 | } |
| 29 |