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:
parent
51304ddaea
commit
2dcfaec69b
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue