-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblock.json
More file actions
34 lines (34 loc) · 814 Bytes
/
Copy pathblock.json
File metadata and controls
34 lines (34 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "ipdata/geo",
"title": "IPData.info Visitor Geo",
"category": "widgets",
"icon": "location-alt",
"description": "Show the current visitor's country, city, flag and security flags (proxy/VPN/Tor/hosting) resolved via the ipdata.info API.",
"keywords": [ "ipdata", "geolocation", "ip", "country", "vpn" ],
"version": "1.0.0",
"textdomain": "ipdatainfo",
"attributes": {
"showCountry": {
"type": "boolean",
"default": true
},
"showCity": {
"type": "boolean",
"default": true
},
"showFlag": {
"type": "boolean",
"default": true
},
"showSecurity": {
"type": "boolean",
"default": true
}
},
"supports": {
"html": false
},
"editorScript": "file:./assets/js/ipdata-block-editor.js"
}