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