PluginProbe ʕ •ᴥ•ʔ
ShopPress – Shop Builder for Elementor and WooCommerce / trunk
ShopPress – Shop Builder for Elementor and WooCommerce vtrunk
shop-press / blocks / src / checkout / additional-fields / block.json
shop-press / blocks / src / checkout / additional-fields Last commit date
block.json 2 years ago edit.js 2 years ago index.js 2 years ago render.php 2 months ago
block.json
31 lines
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "shop-press/checkout-additional-fields",
5 "version": "1.0.0",
6 "title": "Additional Fields",
7 "category": "sp_woo_checkout",
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 "hide_additional_fields_title": {
18 "type": "boolean",
19 "default": false
20 },
21 "wrapperID": {
22 "type": "string",
23 "default": ""
24 },
25 "styler": {
26 "type": "string",
27 "default": "{}"
28 }
29 }
30 }
31