block.json
53 lines
| 1 | { |
| 2 | "name": "surecart/buy-button", |
| 3 | "title": "Buy Button", |
| 4 | "description": "Display a button to immediately redirect to the checkout page with the product in the cart.", |
| 5 | "category": "surecart", |
| 6 | "keywords": ["name", "customer"], |
| 7 | "textdomain": "surecart", |
| 8 | "parent": null, |
| 9 | "supports": { |
| 10 | "reusable": false, |
| 11 | "html": false |
| 12 | }, |
| 13 | "attributes": { |
| 14 | "price_id": { |
| 15 | "type": "string" |
| 16 | }, |
| 17 | "label": { |
| 18 | "type": "string", |
| 19 | "default": "Name" |
| 20 | }, |
| 21 | "type": { |
| 22 | "type": "string", |
| 23 | "default": "primary" |
| 24 | }, |
| 25 | "size": { |
| 26 | "type": "string", |
| 27 | "default": "medium" |
| 28 | }, |
| 29 | "backgroundColor": { |
| 30 | "type": "string" |
| 31 | }, |
| 32 | "textColor": { |
| 33 | "type": "string" |
| 34 | }, |
| 35 | "gradient": { |
| 36 | "type": "string" |
| 37 | }, |
| 38 | "radius": { |
| 39 | "type": "number" |
| 40 | }, |
| 41 | "help": { |
| 42 | "type": "string", |
| 43 | "default": "Optional" |
| 44 | }, |
| 45 | "line_items": { |
| 46 | "type": "array", |
| 47 | "default": [] |
| 48 | } |
| 49 | }, |
| 50 | "script": "surecart-components", |
| 51 | "style": "surecart-themes-default" |
| 52 | } |
| 53 |