| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "tiered-pricing-table/tiered-pricing-block", |
| 5 |
"version": "1.0.0", |
| 6 |
"title": "Tiered Pricing", |
| 7 |
"category": "woocommerce", |
| 8 |
"icon": "tag", |
| 9 |
"description": "Tiered pricing widget. Must be used on the product page template. Find more options to customize in the plugin settings.", |
| 10 |
"example": {}, |
| 11 |
"supports": { |
| 12 |
"html": false, |
| 13 |
"className": false, |
| 14 |
"customClassName": false, |
| 15 |
"reusable": false |
| 16 |
}, |
| 17 |
"attributes": { |
| 18 |
"displayType": { |
| 19 |
"type": "string", |
| 20 |
"default": "table" |
| 21 |
}, |
| 22 |
"title": { |
| 23 |
"type": "string", |
| 24 |
"default": "Buy more, save more!" |
| 25 |
}, |
| 26 |
"activeTierColor": { |
| 27 |
"type": "string", |
| 28 |
"default": "#96598A" |
| 29 |
}, |
| 30 |
"showDiscountColumn": { |
| 31 |
"type": "boolean", |
| 32 |
"default": true |
| 33 |
}, |
| 34 |
"quantityColumnTitle": { |
| 35 |
"type": "string", |
| 36 |
"default": "Quantity" |
| 37 |
}, |
| 38 |
"discountColumnTitle": { |
| 39 |
"type": "string", |
| 40 |
"default": "Discount" |
| 41 |
}, |
| 42 |
"priceColumnTitle": { |
| 43 |
"type": "string", |
| 44 |
"default": "Price" |
| 45 |
} |
| 46 |
}, |
| 47 |
"textdomain": "tier-pricing-table", |
| 48 |
"editorScript": "file:./index.js", |
| 49 |
"editorStyle": "file:./index.css" |
| 50 |
} |