block.json
20 lines
| 1 | { |
| 2 | "apiVersion": 2, |
| 3 | "name": "surecart/customer-payment-methods", |
| 4 | "title": "Customer Payment Methods", |
| 5 | "description": "Lets the customer update payment methods.", |
| 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": "Payment Methods" |
| 17 | } |
| 18 | } |
| 19 | } |
| 20 |