-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathsettingsmeta.json
34 lines (34 loc) · 1.37 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
{
"skillMetadata": {
"sections": [
{
"name": "Custom Install",
"fields": [
{
"type": "label",
"label": "<p>Skills registered in the <a href='https://market.mycroft.ai/skills'>Marketplace</a> can be installed with voice commands like \"install speedtest\". Here you can enter a URL for a private Skill or Skill in development.<p/><p>Provide the URL to the Skill repository below. You can initiate the installation by saying \"Hey Mycroft, download custom skill\".</p>"
},
{
"name": "installer_link",
"type": "text",
"label": "Skill URL",
"placeholder": "https://github.com/example/...",
"value": ""
},
{
"name": "to_install",
"type": "disabled-text-field",
"hide": "true",
"value": "[]"
},
{
"name": "to_remove",
"type": "disabled-text-field",
"hide": "true",
"value": "[]"
}
]
}
]
}
}