Add prop to user model
This commit is contained in:
@ -123,6 +123,11 @@
|
|||||||
"defaut": false,
|
"defaut": false,
|
||||||
"description": "Camper is front end certified"
|
"description": "Camper is front end certified"
|
||||||
},
|
},
|
||||||
|
"isBackEndCert": {
|
||||||
|
"type": "boolean",
|
||||||
|
"default": false,
|
||||||
|
"description": "Campers is back end certified"
|
||||||
|
},
|
||||||
"isFullStackCert": {
|
"isFullStackCert": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"default": false,
|
||||||
|
Reference in New Issue
Block a user