PluginProbe
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster / trunk
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster vtrunk
2.7.0 2.6.0 trunk 1.1.0 1.1.4 1.2.1 1.2.2 1.2.3 1.2.5 1.2.9 1.3.1 1.3.2 1.5.0 1.5.1 1.5.4 1.5.7 1.5.8 1.5.9 1.6.2 1.6.5 1.6.8 1.7.2 1.7.4 1.7.5 1.7.9 All 43 releases
sellkit / includes / block-editor / blocks / smart-coupon / block.json

block.json in SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster trunk, at includes/block-editor/blocks/smart-coupon/block.json

28 lines 643 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "name": "sellkit-blocks/smart-coupon",
4 "title": "Smart Coupon",
5 "category": "sellkit-blocks",
6 "textdomain": "sellkit",
7 "icon": "media-document",
8 "attributes": {},
9 "supports": {
10 "inserter": true,
11 "anchor": true,
12 "align": [
13 "wide",
14 "full"
15 ],
16 "alignWide": true,
17 "html": false,
18 "multiple": true,
19 "reusable": false
20 },
21 "editorStyle": "file:../../../../assets/dist/blocks/smart-coupon/editor.css",
22 "style": [
23 "wp-block-sellkit-smart-coupon sellkit-smart-coupon-widget",
24 "file:../../../../assets/dist/blocks/smart-coupon/frontend.css"
25 ],
26 "apiVersion": 3
27 }
28