block.json
20 lines
| 1 | { |
| 2 | "name": "surecart/customer-downloads", |
| 3 | "title": "Customer Downloads", |
| 4 | "description": "Displays the customer's downloads.", |
| 5 | "category": "surecart", |
| 6 | "keywords": ["download", "customer", "dashboard"], |
| 7 | "ancestor": ["surecart/dashboard-page"], |
| 8 | "supports": { |
| 9 | "reusable": false, |
| 10 | "html": false, |
| 11 | "align": ["wide", "full"] |
| 12 | }, |
| 13 | "attributes": { |
| 14 | "title": { |
| 15 | "type": "string", |
| 16 | "default": "Downloads" |
| 17 | } |
| 18 | } |
| 19 | } |
| 20 |