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