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 / advance-product-options / block.json

block.json in Tiered Pricing Table for WooCommerce 8.0.2, at src/Addons/ReactProductEditorAddon/js/advance-product-options/block.json

34 lines 916 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-advance-product-options",
5 "version": "0.1.0",
6 "title": "Woo blocks-based product editor: Advanced Product Options",
7 "category": "widgets",
8 "icon": "flag",
9 "description": "A block to allow users to update advanced product options related to the tiered pricing plugin.",
10 "attributes": {
11 "message": {
12 "type": "string",
13 "__experimentalRole": "content",
14 "source": "text",
15 "selector": "div"
16 },
17 "availableRoles": {
18 "type": "object",
19 "default": []
20 },
21 "availableLayouts": {
22 "type": "object",
23 "default": []
24 }
25 },
26 "supports": {
27 "html": false,
28 "inserter": false
29 },
30 "textdomain": "test-editor",
31 "editorScript": "file:./index.js",
32 "editorStyle": "file:./index.css",
33 "style": "file:./style-index.css"
34 }