block.json
54 lines
| 1 | { |
| 2 | "name": "surecart/add-to-cart-button", |
| 3 | "title": "Add To Cart Button", |
| 4 | "description": "Display a button to add a specific price to the cart.", |
| 5 | "category": "surecart", |
| 6 | "keywords": ["name", "customer"], |
| 7 | "textdomain": "surecart", |
| 8 | "parent": null, |
| 9 | "supports": { |
| 10 | "html": false |
| 11 | }, |
| 12 | "attributes": { |
| 13 | "button_text": { |
| 14 | "type": "string", |
| 15 | "default": "Add To Cart" |
| 16 | }, |
| 17 | "ad_hoc_label": { |
| 18 | "type": "string", |
| 19 | "default": "Amount" |
| 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 | }, |
| 44 | "placeholder": { |
| 45 | "type": "string" |
| 46 | }, |
| 47 | "price_id": { |
| 48 | "type": "string" |
| 49 | } |
| 50 | }, |
| 51 | "script": "surecart-components", |
| 52 | "style": "surecart-themes-default" |
| 53 | } |
| 54 |