PluginProbe
Tiered Pricing Table for WooCommerce / 8.0.2
Tiered Pricing Table for WooCommerce v8.0.2
8.0.2 7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 All 91 releases
tier-pricing-table / src / Blocks / build / block.json

block.json in Tiered Pricing Table for WooCommerce 8.0.2, at src/Blocks/build/block.json

50 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }