block.json
37 lines
| 1 | { |
| 2 | "apiVersion": 3, |
| 3 | "name": "surecart/name-your-price", |
| 4 | "title": "Name Your Own Price", |
| 5 | "description": "Display a name your own price field.", |
| 6 | "category": "surecart", |
| 7 | "keywords": ["name", "customer"], |
| 8 | "textdomain": "surecart", |
| 9 | "ancestor": ["surecart/form"], |
| 10 | "supports": { |
| 11 | "reusable": false, |
| 12 | "html": false |
| 13 | }, |
| 14 | "attributes": { |
| 15 | "price_id": { |
| 16 | "type": "string" |
| 17 | }, |
| 18 | "label": { |
| 19 | "type": "string", |
| 20 | "default": "Enter An Amount" |
| 21 | }, |
| 22 | "help": { |
| 23 | "type": "string", |
| 24 | "default": "" |
| 25 | }, |
| 26 | "required": { |
| 27 | "typoe": "boolean" |
| 28 | }, |
| 29 | "placeholder": { |
| 30 | "type": "string" |
| 31 | }, |
| 32 | "show_currency_code": { |
| 33 | "type": "boolean" |
| 34 | } |
| 35 | } |
| 36 | } |
| 37 |