1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mopidy_ynh.git synced 2024-09-03 19:46:21 +02:00

Champs optionnelles incorrect [test]

This commit is contained in:
magikcypress 2017-03-08 14:25:23 +01:00
parent 4ab5139f87
commit 691506dc78

View file

@ -53,10 +53,10 @@
{
"name": "spotify_user",
"type": "user",
"optional": True,
"optional": true,
"ask": {
"en": "User Spotify",
"fr": "Utilisateur Spotify"
"en": "User Spotify (Optional field)",
"fr": "Utilisateur Spotify (Champs optionnel)"
},
"example": "johndoe"
},
@ -65,8 +65,8 @@
"type": "password",
"optional": true,
"ask": {
"en": "Password Spotify",
"fr": "Mot de passe Spotify"
"en": "Password Spotify (Optional field)",
"fr": "Mot de passe Spotify (Champs optionnel)"
},
"example": "myreallystrengthpassword"
},
@ -75,8 +75,8 @@
"type": "id",
"optional": true,
"ask": {
"en": "Client ID Spotify",
"fr": "ID client Spotify"
"en": "Client ID Spotify (Optional field)",
"fr": "ID client Spotify (Champs optionnel)"
}
},
{
@ -84,8 +84,8 @@
"type": "id",
"optional": true,
"ask": {
"en": "Client secret ID Spotify",
"fr": "ID client secret Spotify"
"en": "Client secret ID Spotify (Optional field)",
"fr": "ID client secret Spotify (Champs optionnel)"
}
},
{
@ -93,8 +93,8 @@
"type": "id",
"optional": true,
"ask": {
"en": "Soundcloud ID",
"fr": "ID Soundcloud"
"en": "Soundcloud ID (Optional field)",
"fr": "ID Soundcloud (Champs optionnel)"
}
}
]