block.json
24 lines
| 1 | { |
| 2 | "name": "surecart/customer-dashboard", |
| 3 | "title": "Customer Dashboard", |
| 4 | "description": "Displays the users customer dashboard.", |
| 5 | "category": "surecart", |
| 6 | "keywords": ["name", "customer", "dashboard"], |
| 7 | "parent": null, |
| 8 | "supports": { |
| 9 | "reusable": false, |
| 10 | "html": false, |
| 11 | "align": ["wide", "full"] |
| 12 | }, |
| 13 | "attributes": { |
| 14 | "currentStep": { |
| 15 | "type": "number", |
| 16 | "default": 0 |
| 17 | }, |
| 18 | "align": { |
| 19 | "type": "string", |
| 20 | "default": "wide" |
| 21 | } |
| 22 | } |
| 23 | } |
| 24 |