fix(profileUI): Give a default profileUI to new accounts

This commit is contained in:
Stuart Taylor
2018-07-01 10:29:38 +01:00
parent cfc9e31f62
commit 59ab3db8bf

View File

@ -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": {