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