Skip to content

Commit

Permalink
Add verifiedAuthor
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l committed Nov 15, 2022
1 parent 6ec2f3c commit e51d7f6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pb_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -437,12 +437,21 @@
],
"thumbs": null
}
},
{
"id": "fqmcoapu",
"name": "verifiedAuthor",
"type": "bool",
"system": false,
"required": false,
"unique": false,
"options": {}
}
],
"listRule": null,
"viewRule": "",
"createRule": "",
"updateRule": "id = @request.auth.id",
"updateRule": "id = @request.auth.id && @request.data.verifiedAuthor = null",
"deleteRule": null,
"options": {
"allowEmailAuth": true,
Expand Down

0 comments on commit e51d7f6

Please sign in to comment.