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