block.json
41 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 | "textdomain": "surecart", |
| 9 | "parent": null, |
| 10 | "supports": { |
| 11 | "reusable": false, |
| 12 | "html": false |
| 13 | }, |
| 14 | "attributes": { |
| 15 | "label": { |
| 16 | "type": "string", |
| 17 | "default": "Customer Dashboard" |
| 18 | }, |
| 19 | "type": { |
| 20 | "type": "string", |
| 21 | "default": "primary" |
| 22 | }, |
| 23 | "full": { |
| 24 | "type": "boolean", |
| 25 | "default": true |
| 26 | }, |
| 27 | "size": { |
| 28 | "type": "string", |
| 29 | "default": "medium" |
| 30 | }, |
| 31 | "show_icon": { |
| 32 | "type": "boolean", |
| 33 | "default": true |
| 34 | }, |
| 35 | "redirectToCurrent": { |
| 36 | "type": "boolean", |
| 37 | "default": true |
| 38 | } |
| 39 | } |
| 40 | } |
| 41 |