Add integration manager provisioning setting
To be used later by a future implementation
This commit is contained in:
parent
8dec435e50
commit
dd8f26a3f6
2 changed files with 22 additions and 0 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue