Skip to content

Commit

Permalink
feat(members): rank column
Browse files Browse the repository at this point in the history
  • Loading branch information
nirmalhk7 committed Apr 29, 2021
1 parent 1034907 commit 4686c41
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions api/members/models/members.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@
"sigs": {
"collection": "sig"
},
"image": {
"model": "file",
"via": "related",
"allowedTypes": [
"images"
],
"plugin": "upload",
"required": false
},
"Internship": {
"internship": {
"type": "string",
"private": true
},
"Placements": {
"placements": {
"type": "string",
"private": true
},
"rank": {
"type": "integer",
"default": 1000
},
"image": {
"type": "string",
"regex": "(https?:\\/\\/(?:www\\.|(?!www))[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\\.[^\\s]{2,}|www\\.[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\\.[^\\s]{2,}|https?:\\/\\/(?:www\\.|(?!www))[a-zA-Z0-9]+\\.[^\\s]{2,}|www\\.[a-zA-Z0-9]+\\.[^\\s]{2,})",
"unique": true
}
}
}

0 comments on commit 4686c41

Please sign in to comment.