PluginProbe
Sendy / 3.4.0
Sendy v3.4.0
3.4.6 3.4.7 trunk 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 All 32 releases
sendy / src / block.json

block.json in Sendy 3.4.0, at src/block.json

21 lines 436 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 "apiVersion": 3,
4 "name": "sendy/pick-up-points",
5 "version": "1.0.0",
6 "title": "Sendy - Pick-up punten",
7 "category": "woocommerce",
8 "parent": ["woocommerce/checkout-shipping-methods-block"],
9 "attributes": {
10 "lock": {
11 "type": "object",
12 "default": {
13 "remove": true,
14 "move": true
15 }
16 }
17 },
18 "textdomain": "sendy",
19 "editorScript": "file:./build/index.js"
20 }
21