PluginProbe ʕ •ᴥ•ʔ
ShopPress – Shop Builder for Elementor and WooCommerce / trunk
ShopPress – Shop Builder for Elementor and WooCommerce vtrunk
shop-press / blocks / src / loop / thumbnail / block.json
shop-press / blocks / src / loop / thumbnail Last commit date
block.json 1 year ago edit.js 1 year ago index.js 2 years ago render.php 2 years ago
block.json
36 lines
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "shop-press/loop-thumbnail",
5 "version": "1.0.0",
6 "title": "Loop Thumbnail",
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 "thumbnail_type": {
18 "type": "string"
19 },
20 "show_arrows": {
21 "type": "boolean"
22 },
23 "show_nav": {
24 "type": "boolean"
25 },
26 "wrapperID": {
27 "type": "string",
28 "default": ""
29 },
30 "styler": {
31 "type": "string",
32 "default": "{}"
33 }
34 }
35 }
36