block.json
20 lines
| 1 | { |
| 2 | "name": "surecart/invoice-due-date", |
| 3 | "title": "Inovoice Due Date", |
| 4 | "description": "Displays the invoice due date line item.", |
| 5 | "category": "surecart", |
| 6 | "ancestor": ["surecart/invoice-details"], |
| 7 | "keywords": ["checkout", "engine", "invoice", "due", "date"], |
| 8 | "textdomain": "surecart", |
| 9 | "supports": { |
| 10 | "reusable": false, |
| 11 | "html": false |
| 12 | }, |
| 13 | "attributes": { |
| 14 | "text": { |
| 15 | "type": "string", |
| 16 | "default": "Due Date" |
| 17 | } |
| 18 | } |
| 19 | } |
| 20 |