-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsettingsmeta.json
38 lines (38 loc) · 1.15 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
{
"name": "Nextcloud Calendar",
"color": "#22a7f0",
"skillMetadata":
{
"sections":
[
{
"name": "Configuration",
"fields":
[
{
"type": "label",
"label": "Manage your Nextcloud calendar."
},
{
"name": "server_url",
"type": "text",
"label": "URL:",
"value": ""
},
{
"name": "user",
"type": "text",
"label": "User Name:",
"value": ""
},
{
"name": "password",
"type": "password",
"label": "Password:",
"value": ""
}
]
}
]
}
}