Config key: onboarding
Types: (s) - string, (b) - boolean, (i) - integer
hideSections
: ([s]: []) array of section names to hide in onboarding flowhideRegister
: ([s]: []) array of group names to skip onboarding flow from registerhideApp
: ([s]: []) array of group names to skip onboarding flow from register and logindocuments
hide
: (b: false) option to hide documents section
"onboarding": {
"hideSections": [],
"hideRegister": [],
"hideApp": [],
"documents": { "hide": false }
}