1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/digiscreen_ynh.git synced 2024-09-03 18:26:15 +02:00

Add optional

This commit is contained in:
Melchisedech 2022-11-06 00:42:23 +01:00 committed by GitHub
parent 9851319303
commit db45ef56fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,7 @@
"name": "pixabay", "name": "pixabay",
"type": "string", "type": "string",
"example": "123456abc", "example": "123456abc",
"optional": true,
"help": { "help": {
"en": "Optional: a Pixabay API key will let you chose a background by entering keywords.", "en": "Optional: a Pixabay API key will let you chose a background by entering keywords.",
"fr": "Optionnel : une clé dAPI Pixabay vous permettra de choisir un fond décran en entrant un mot clé." "fr": "Optionnel : une clé dAPI Pixabay vous permettra de choisir un fond décran en entrant un mot clé."
@ -54,6 +55,7 @@
"name": "googleYoutube", "name": "googleYoutube",
"type": "string", "type": "string",
"example": "123456abc", "example": "123456abc",
"optional": true,
"help": { "help": {
"en": "Optional: a Google API key will let you insert videos from Youtube on your Digiscreen", "en": "Optional: a Google API key will let you insert videos from Youtube on your Digiscreen",
"fr": "Optionnel : une clé dAPI Google vous permettra dafficher des vidéos de Youtube sur votre Digiscreen." "fr": "Optionnel : une clé dAPI Google vous permettra dafficher des vidéos de Youtube sur votre Digiscreen."