block.json
29 lines
| 1 | { |
| 2 | "apiVersion": 3, |
| 3 | "name": "surecart/customer-orders", |
| 4 | "title": "Customer Orders", |
| 5 | "description": "Displays the customers orders.", |
| 6 | "category": "surecart-customer-dashboard", |
| 7 | "keywords": ["name", "customer", "dashboard"], |
| 8 | "textdomain": "surecart", |
| 9 | "ancestor": ["surecart/dashboard-page", "surecart/dashboard-area"], |
| 10 | "supports": { |
| 11 | "reusable": false, |
| 12 | "html": false |
| 13 | }, |
| 14 | "attributes": { |
| 15 | "title": { |
| 16 | "type": "string", |
| 17 | "default": "Order History" |
| 18 | }, |
| 19 | "paginate": { |
| 20 | "type": "boolean", |
| 21 | "default": true |
| 22 | }, |
| 23 | "per_page": { |
| 24 | "type": "number", |
| 25 | "default": 10 |
| 26 | } |
| 27 | } |
| 28 | } |
| 29 |