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