mirror of
https://github.com/YunoHost-Apps/digiscreen_ynh.git
synced 2024-09-03 18:26:15 +02:00
Add asks
This commit is contained in:
parent
24bc0b8713
commit
7ec132c693
1 changed files with 8 additions and 0 deletions
|
@ -46,6 +46,10 @@
|
|||
"type": "string",
|
||||
"example": "123456abc",
|
||||
"optional": true,
|
||||
"ask": {
|
||||
"en": "Your Pixabay API key:",
|
||||
"fr": "Votre clé d’API Pixabay"
|
||||
},
|
||||
"help": {
|
||||
"en": "Optional: a Pixabay API key will let you chose a background by entering keywords.",
|
||||
"fr": "Optionnel : une clé d’API Pixabay vous permettra de choisir un fond d’écran en entrant un mot clé."
|
||||
|
@ -56,6 +60,10 @@
|
|||
"type": "string",
|
||||
"example": "123456abc",
|
||||
"optional": true,
|
||||
"ask": {
|
||||
"en": "Your Google API key:",
|
||||
"fr": "Votre clé d’API Google :"
|
||||
},
|
||||
"help": {
|
||||
"en": "Optional: a Google API key will let you insert videos from Youtube on your Digiscreen",
|
||||
"fr": "Optionnel : une clé d’API Google vous permettra d’afficher des vidéos de Youtube sur votre Digiscreen."
|
||||
|
|
Loading…
Add table
Reference in a new issue