block.json
40 lines
| 1 | { |
| 2 | "apiVersion": 2, |
| 3 | "name": "surecart/customer-dashboard-button", |
| 4 | "title": "Customer Dashboard Button", |
| 5 | "description": "Display a button to link the user to their customer dashboard.", |
| 6 | "category": "surecart", |
| 7 | "keywords": ["name", "customer", "dashboard"], |
| 8 | "parent": null, |
| 9 | "supports": { |
| 10 | "reusable": false, |
| 11 | "html": false |
| 12 | }, |
| 13 | "attributes": { |
| 14 | "label": { |
| 15 | "type": "string", |
| 16 | "default": "Customer Dashboard" |
| 17 | }, |
| 18 | "type": { |
| 19 | "type": "string", |
| 20 | "default": "primary" |
| 21 | }, |
| 22 | "full": { |
| 23 | "type": "boolean", |
| 24 | "default": true |
| 25 | }, |
| 26 | "size": { |
| 27 | "type": "string", |
| 28 | "default": "medium" |
| 29 | }, |
| 30 | "show_icon": { |
| 31 | "type": "boolean", |
| 32 | "default": true |
| 33 | }, |
| 34 | "redirectToCurrent": { |
| 35 | "type": "boolean", |
| 36 | "default": true |
| 37 | } |
| 38 | } |
| 39 | } |
| 40 |