Add mobile registration and dispatch event for mobile postmessage dance
This commit is contained in:
parent
eae9d9e248
commit
a6dec86374
5 changed files with 79 additions and 19 deletions
|
@ -876,6 +876,10 @@ export const SETTINGS: { [setting: string]: ISetting } = {
|
|||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
default: null,
|
||||
},
|
||||
"Registration.mobileRegistrationHelper": {
|
||||
supportedLevels: [SettingLevel.CONFIG],
|
||||
default: false,
|
||||
},
|
||||
"autocompleteDelay": {
|
||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
|
||||
default: 200,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue