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 / Addons / ReactProductEditorAddon / js / role-based-pricing / block.json

block.json in Tiered Pricing Table for WooCommerce 8.0.2, at src/Addons/ReactProductEditorAddon/js/role-based-pricing/block.json

32 lines 777 B
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/product-editor-role-based-pricing",
5 "version": "0.1.0",
6 "title": "Woo blocks-based product editor: Role-based pricing",
7 "category": "widgets",
8 "icon": "flag",
9 "description": "Tiered Pricing - Role based pricing",
10 "attributes": {
11 "availableRoles": {
12 "type": "object",
13 "default": []
14 },
15 "isPremium": {
16 "type": "boolean",
17 "default": true
18 },
19 "upgradeUrl": {
20 "type": "string",
21 "default": ""
22 }
23 },
24 "supports": {
25 "html": false,
26 "inserter": false
27 },
28 "textdomain": "test-editor",
29 "editorScript": "file:./index.js",
30 "editorStyle": "file:./index.css",
31 "style": "file:./style-index.css"
32 }