Add integration manager provisioning setting

To be used later by a future implementation
This commit is contained in:
Travis Ralston 2019-10-29 14:20:53 -06:00
parent 8dec435e50
commit dd8f26a3f6
2 changed files with 22 additions and 0 deletions

View file

@ -279,6 +279,10 @@ export const SETTINGS = {
supportedLevels: ['account'],
default: [],
},
"integration_provisioning": {
supportedLevels: ['account'],
default: true,
},
"analyticsOptIn": {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
displayName: _td('Send analytics data'),