block.json
31 lines
| 1 | { |
| 2 | "apiVersion": 3, |
| 3 | "name": "surecart/dashboard-page", |
| 4 | "title": "Customer Dashboard Page", |
| 5 | "description": "Displays the users customer dashboard tab.", |
| 6 | "category": "surecart-customer-dashboard", |
| 7 | "keywords": ["name", "customer", "dashboard"], |
| 8 | "textdomain": "surecart", |
| 9 | "supports": { |
| 10 | "reusable": false, |
| 11 | "html": false |
| 12 | }, |
| 13 | "attributes": { |
| 14 | "id": { |
| 15 | "type": "string" |
| 16 | }, |
| 17 | "name": { |
| 18 | "type": "string" |
| 19 | }, |
| 20 | "title": { |
| 21 | "type": "string" |
| 22 | }, |
| 23 | "gap": { |
| 24 | "type": "string", |
| 25 | "default": "25px" |
| 26 | } |
| 27 | }, |
| 28 | "script": "surecart-components", |
| 29 | "style": "surecart-themes-default" |
| 30 | } |
| 31 |