-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblocks.xml
More file actions
executable file
·46 lines (41 loc) · 2.18 KB
/
Copy pathblocks.xml
File metadata and controls
executable file
·46 lines (41 loc) · 2.18 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<palette>
<block tag="getUsersInformationByRobin" spec="Get users %0 [e:actor]" code="ByRobin.get~()" help="Gets user infromation from http:/\/ip-api.com/json" type="normal" color="charcoal" returns="text">
<fields>
<dropdown order="0">
<choices>
<c text="City" code="City"></c>
<c text="Country" code="Country"></c>
<c text="CountryCode" code="CountryCode"></c>
<c text="ISP" code="ISP"></c>
<c text="Latitude" code="Latitude"></c>
<c text="Longitude" code="Longitude"></c>
<c text="Organisation" code="Organisation"></c>
<c text="IpAdress" code="IpAdress"></c>
<c text="Region" code="Region"></c>
<c text="RegionName" code="RegionName"></c>
<c text="ZipCode" code="ZipCode"></c>
<c text="Continent" code="Continent"></c>
</choices>
</dropdown>
</fields>
</block>
<block tag="userIsInContinentByRobin" spec="User is in continent %0 [e:actor]" code="ByRobin.isInContinent(~)" help="returns true if user is in continent else false." type="normal" color="charcoal" returns="boolean">
<fields>
<dropdown order="0">
<choices>
<c text="Africa" code=""Africa""></c>
<c text="Antarctica" code=""Antarctica""></c>
<c text="Asia" code=""Asia""></c>
<c text="Europe" code=""Europe""></c>
<c text="America" code=""America""></c>
<c text="Australia" code=""Australia""></c>
</choices>
</dropdown>
</fields>
</block>
<block tag="userhasInternetConnectionByRobin" spec="User has internet connection [e:actor]" code="ByRobin.hasInternetConnection()" help="Check if user has an internet connection" type="normal" color="charcoal" returns="boolean">
<fields>
</fields>
</block>
</palette>