block.json
20 lines
| 1 | { |
| 2 | "name": "surecart/bump-line-item", |
| 3 | "title": "Bump Discount", |
| 4 | "description": "Displays the order bump discount.", |
| 5 | "category": "surecart", |
| 6 | "ancestor": ["surecart/totals"], |
| 7 | "keywords": ["checkout", "line", "bump", "discount"], |
| 8 | "textdomain": "surecart", |
| 9 | "supports": { |
| 10 | "reusable": false, |
| 11 | "html": false |
| 12 | }, |
| 13 | "attributes": { |
| 14 | "label": { |
| 15 | "type": "string", |
| 16 | "default": "Bundle Discount" |
| 17 | } |
| 18 | } |
| 19 | } |
| 20 |