Skip to content

Commit

Permalink
fix(contact): ajout attributs (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
alebret committed Feb 17, 2023
1 parent 68d0e6f commit 701ea81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions back/strapi/api/contacts/models/contacts.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"prenom": {
"type": "string"
},
"email": {
"type": "string"
},
"numero_telephone": {
"type": "string"
},
"nombre_enfants": {
"type": "integer"
},
Expand Down

0 comments on commit 701ea81

Please sign in to comment.