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