block.json
35 lines
| 1 | { |
| 2 | "apiVersion": 2, |
| 3 | "name": "surecart/donation", |
| 4 | "title": "Donation", |
| 5 | "description": "Displays a donation amount for the user to choose from.", |
| 6 | "category": "surecart", |
| 7 | "ancestor": ["surecart/form"], |
| 8 | "keywords": ["donation", "ad hoc", "custom", "amount"], |
| 9 | "textdomain": "surecart", |
| 10 | "supports": { |
| 11 | "reusable": false, |
| 12 | "html": false |
| 13 | }, |
| 14 | "attributes": { |
| 15 | "label": { |
| 16 | "type": "string", |
| 17 | "default": "Donation Amount" |
| 18 | }, |
| 19 | "default_amount": { |
| 20 | "type": "number" |
| 21 | }, |
| 22 | "price_id": { |
| 23 | "type": "string" |
| 24 | }, |
| 25 | "currency": { |
| 26 | "type": "string", |
| 27 | "default": "USD" |
| 28 | }, |
| 29 | "custom_amount": { |
| 30 | "type": "boolean", |
| 31 | "default": true |
| 32 | } |
| 33 | } |
| 34 | } |
| 35 |