Config key: profile
Types: (s) - string, (b) - boolean, (i) - integer
hideID
- hides the id field from the personal details pagelabelID
- custom label override for id fieldaddressTypes
- available address types in app. This is used for listing the addresses on the profile, adding new addresses and checkout flows. Options are from the platform (permanent
,shipping
,billing
)referral
enabled
: (b: false) enabled referral rewards banner in profile and code input on registration
documents
hide
: (b: false) option to hide documents section
"profile": {
"hideID": false,
"labelID": "",
"addressTypes": ["permanent", "shipping", "billing"],
"referral": {"enabled": false},
"documents": {"hide": false}
}