Skip to content

Commit

Permalink
Add new email attribute to provider model (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Gonzalez committed May 11, 2023
1 parent 7408716 commit 037835f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/api/provider/content-types/provider/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"description": ""
},
"options": {
"draftAndPublish": false,
"timestamps": true
"draftAndPublish": false
},
"attributes": {
"provider": {
Expand Down Expand Up @@ -39,6 +38,9 @@
"relation": "manyToOne",
"target": "plugin::users-permissions.user",
"inversedBy": "providers"
},
"email": {
"type": "email"
}
}
}

0 comments on commit 037835f

Please sign in to comment.