forked from forslund/spotify-skill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settingsmeta.json
35 lines (35 loc) · 1.13 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
{
"name": "Spotify Skill",
"skillMetadata": {
"sections": [
{
"name": "Spotify Account",
"fields": [
{
"type": "label",
"value": "",
"label": "You must connect to a Spotify Premium account to access music. Provide your Spotify username/password and then Connect with the button below.<p/>"
},
{
"name": "user",
"type": "text",
"label": "Username",
"value": "",
"placeholder": "Spotify username"
},
{
"name": "password",
"type": "password",
"label": "Password",
"value": ""
},
{
"name": "Spotify",
"type": "oauth",
"value": 1
}
]
}
]
}
}