1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse-admin_ynh.git synced 2024-09-03 20:26:34 +02:00

Fix manifest (app key will be introduced in Bullseye)

This commit is contained in:
tituspijean 2022-02-26 23:20:12 +01:00
parent a7ff23c692
commit 4a55f838bf
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -32,11 +32,16 @@
},
{
"name": "synapse_app",
"type": "app",
"type": "string",
"ask": {
"en": "Select the Synapse app you wish to connect to.",
"fr": "Sélectionnez l'app Synapse à laquelle vous souhaitez vous connecter."
}
"en": "Input the Synapse app ID you wish to connect to.",
"fr": "Entrez l'ID de l'app Synapse à laquelle vous souhaitez vous connecter."
},
"help": {
"en": "Leave the default value if you have only one Synapse server installed.",
"fr": "Laissez la valeur par défaut si vous n'avez installé qu'un seul serveur Synapse."
},
"default": "synapse"
},
{
"name": "is_public",