mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
Ajouter les champs optionnelles
This commit is contained in:
parent
12eaa4986d
commit
9b1ac7d695
1 changed files with 5 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
|||
{
|
||||
"name": "spotify_user",
|
||||
"type": "user",
|
||||
"optional": true,
|
||||
"ask": {
|
||||
"en": "User Spotify",
|
||||
"fr": "Utilisateur Spotify"
|
||||
|
@ -62,6 +63,7 @@
|
|||
{
|
||||
"name": "spotify_pass",
|
||||
"type": "password",
|
||||
"optional": true,
|
||||
"ask": {
|
||||
"en": "Password Spotify",
|
||||
"fr": "Mot de passe Spotify"
|
||||
|
@ -71,6 +73,7 @@
|
|||
{
|
||||
"name": "spotify_id",
|
||||
"type": "id",
|
||||
"optional": true,
|
||||
"ask": {
|
||||
"en": "Client ID Spotify",
|
||||
"fr": "ID client Spotify"
|
||||
|
@ -79,6 +82,7 @@
|
|||
{
|
||||
"name": "spotify_id_secret",
|
||||
"type": "id",
|
||||
"optional": true,
|
||||
"ask": {
|
||||
"en": "Client secret ID Spotify",
|
||||
"fr": "ID client secret Spotify"
|
||||
|
@ -87,6 +91,7 @@
|
|||
{
|
||||
"name": "soundcloud_id",
|
||||
"type": "id",
|
||||
"optional": true,
|
||||
"ask": {
|
||||
"en": "Soundcloud ID",
|
||||
"fr": "ID Soundcloud"
|
||||
|
|
Loading…
Add table
Reference in a new issue