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