fix(profileUI): Give a default profileUI to new accounts
This commit is contained in:
@ -218,52 +218,17 @@
|
||||
"default": "default"
|
||||
},
|
||||
"profileUI": {
|
||||
"type": {
|
||||
"isLocked": {
|
||||
"type": "boolean",
|
||||
"description": "Campers profile shows only their username and avatar to the public",
|
||||
"default": true
|
||||
},
|
||||
"showAbout": {
|
||||
"type": "boolean",
|
||||
"description": "For granular control of what is shown to the public",
|
||||
"default": false
|
||||
},
|
||||
"showCerts": {
|
||||
"type": "boolean",
|
||||
"description": "For granular control of what is shown to the public",
|
||||
"default": false
|
||||
},
|
||||
"showHeatMap": {
|
||||
"type": "boolean",
|
||||
"description": "For granular control of what is shown to the public",
|
||||
"default": false
|
||||
},
|
||||
"showLocation": {
|
||||
"type": "boolean",
|
||||
"description": "For granular control of what is shown to the public",
|
||||
"default": false
|
||||
},
|
||||
"showName": {
|
||||
"type": "boolean",
|
||||
"description": "For granular control of what is shown to the public",
|
||||
"default": false
|
||||
},
|
||||
"showPoints": {
|
||||
"type": "boolean",
|
||||
"description": "For granular control of what is shown to the public",
|
||||
"default": false
|
||||
},
|
||||
"showPortfolio": {
|
||||
"type": "boolean",
|
||||
"description": "For granular control of what is shown to the public",
|
||||
"default": false
|
||||
},
|
||||
"showTimeLine": {
|
||||
"type": "boolean",
|
||||
"description": "For granular control of what is shown to the public",
|
||||
"default": false
|
||||
}
|
||||
"type": "object",
|
||||
"default": {
|
||||
"isLocked": true,
|
||||
"showAbout": false,
|
||||
"showCerts": false,
|
||||
"showHeatMap": false,
|
||||
"showLocation": false,
|
||||
"showName": false,
|
||||
"showPoints": false,
|
||||
"showPortfolio": false,
|
||||
"showTimeLine": false
|
||||
}
|
||||
},
|
||||
"badges": {
|
||||
|
Reference in New Issue
Block a user