-
Notifications
You must be signed in to change notification settings - Fork 0
/
settingsmeta.json
76 lines (76 loc) · 2.72 KB
/
settingsmeta.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "Corporate IT FAQs",
"color": "#222222",
"skillMetadata": {
"sections": [
{
"name": "FAQs",
"fields": [
{
"name": "email_attach_size_limit",
"type": "text",
"label": "E-mail Attachment Size Limit",
"value": "",
"placeholder": "10 megabytes"
},
{
"name": "wifi_ssid",
"type": "text",
"label": "WiFi SSID/Network-Name",
"value": "",
"placeholder": "CorpNet"
},
{
"name": "wifi_key",
"type": "text",
"label": "WiFi Access Key/Password",
"value": "",
"placeholder": "CorpNet"
},
{
"name": "vpn_address",
"type": "text",
"label": "Remote VPN Login URL",
"value": "",
"placeholder": "CorpNet"
},
{
"name": "webmail_address",
"type": "text",
"label": "Webmail Client Login URL",
"value": "",
"placeholder": "CorpNet"
},
{
"name": "it_manager",
"type": "text",
"label": "IT Manager Name",
"value": "",
"placeholder": "J. Doe"
},
{
"name": "intranet_website_address",
"type": "text",
"label": "Intranet Website Homepage URL",
"value": "",
"placeholder": "http://web.int.corp.com/home"
},
{
"name": "kerberos_domain_name",
"type": "text",
"label": "Windows/MSAD/Kerberos Domain Name",
"value": "",
"placeholder": "int.corp.com"
},
{
"name": "the_internet",
"type": "text",
"label": "What is the Internet",
"value": "",
"placeholder": "A network of networks"
}
]
}
]
}
}