PluginProbe ʕ •ᴥ•ʔ
ShopPress – Shop Builder for Elementor and WooCommerce / trunk
ShopPress – Shop Builder for Elementor and WooCommerce vtrunk
shop-press / blocks / build / loop / compare / block.json
shop-press / blocks / build / loop / compare Last commit date
block.json 2 years ago index.asset.php 6 months ago index.js 6 months ago render.php 2 years ago
block.json
40 lines
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "shop-press/loop-compare",
5 "version": "1.0.0",
6 "title": "Compare Button",
7 "category": "sp_woo_loop",
8 "description": "",
9 "supports": {
10 "html": false
11 },
12 "textdomain": "shop-press",
13 "editorScript": "file:./index.js",
14 "render": "file:./render.php",
15 "attributes": {
16 "show_label": {
17 "type": "boolean",
18 "default": true
19 },
20 "overlay": {
21 "type": "boolean",
22 "default": false
23 },
24 "icon": {
25 "type": "object"
26 },
27 "icon_pos": {
28 "type": "string",
29 "default": "left"
30 },
31 "wrapperID": {
32 "type": "string",
33 "default": ""
34 },
35 "styler": {
36 "type": "string",
37 "default": "{}"
38 }
39 }
40 }