PluginProbe ʕ •ᴥ•ʔ
ShopPress – Shop Builder for Elementor and WooCommerce / trunk
ShopPress – Shop Builder for Elementor and WooCommerce vtrunk
shop-press / blocks / build / loop / thumbnail / block.json
shop-press / blocks / build / loop / thumbnail 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
34 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 "description": "",
9 "supports": {
10 "html": false
11 },
12 "textdomain": "shop-press",
13 "editorScript": "file:./index.js",
14 "render": "file:./render.php",
15 "attributes": {
16 "thumbnail_type": {
17 "type": "string"
18 },
19 "show_arrows": {
20 "type": "boolean"
21 },
22 "show_nav": {
23 "type": "boolean"
24 },
25 "wrapperID": {
26 "type": "string",
27 "default": ""
28 },
29 "styler": {
30 "type": "string",
31 "default": "{}"
32 }
33 }
34 }