PluginProbe ʕ •ᴥ•ʔ
ShopPress – Shop Builder for Elementor and WooCommerce / trunk
ShopPress – Shop Builder for Elementor and WooCommerce vtrunk
shop-press / blocks / build / loop / sku / block.json
shop-press / blocks / build / loop / sku 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
25 lines
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "shop-press/loop-sku",
5 "version": "1.0.0",
6 "title": "Loop SKU",
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 "wrapperID": {
17 "type": "string",
18 "default": ""
19 },
20 "styler": {
21 "type": "string",
22 "default": "{}"
23 }
24 }
25 }