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