1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

Allow the users to choose about telemetries

This commit is contained in:
Maniack Crudelis 2017-05-25 13:19:20 +02:00 committed by GitHub
parent 51304ddaea
commit 2dcfaec69b

View file

@ -34,6 +34,15 @@
},
"choices": ["Yes", "No"],
"default": "Yes"
},
{
"name": "analytics",
"type": "boolean",
"ask": {
"en": "Do you want to allow Mattermost to send some telemetrics about your usage of this app?",
"fr": "Souhaitez-vous autoriser Mattermost à envoyer des informations sur votre usage de cette application?"
},
"default": false
}
]
}