block.json
28 lines
| 1 | { |
| 2 | "apiVersion": 2, |
| 3 | "name": "surecart/customer-subscriptions", |
| 4 | "title": "Customer Subscriptions", |
| 5 | "description": "Displays a customer's subscriptions.", |
| 6 | "category": "surecart", |
| 7 | "keywords": ["name", "customer", "dashboard"], |
| 8 | "ancestor": ["surecart/dashboard-page"], |
| 9 | "supports": { |
| 10 | "reusable": false, |
| 11 | "html": false |
| 12 | }, |
| 13 | "attributes": { |
| 14 | "title": { |
| 15 | "type": "string", |
| 16 | "default": "Plans" |
| 17 | }, |
| 18 | "per_page": { |
| 19 | "type": "number", |
| 20 | "default": "10" |
| 21 | }, |
| 22 | "terms": { |
| 23 | "type": "string", |
| 24 | "default": "By updating or cancelling your plan, you agree to the Terms of Service and Privacy Policy." |
| 25 | } |
| 26 | } |
| 27 | } |
| 28 |