Add integration manager provisioning setting
To be used later by a future implementation
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user