Skip to content

Commit

Permalink
feat(depot-stage): ajout d'un champ email facultatif dans le composan…
Browse files Browse the repository at this point in the history
…t employeur
  • Loading branch information
paulgallocto authored and Sefrancois committed Jan 25, 2023
1 parent 502fa63 commit d1c4c3b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/meilisearch/offre-de-stage/offre-de-stage.type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ interface Employeur {
description?: string;
logoUrl?: string;
siteUrl?: string;
email?: string;
}

enum DomaineValue {
Expand Down
3 changes: 3 additions & 0 deletions src/components/employeur/employeur.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
},
"siteUrl": {
"type": "string"
},
"email": {
"type": "email"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "MIT",
"url": "https://github.com/DNUM-SocialGouv/1j1s-stage-orchestrateur-transform-load/blob/main/LICENSE"
},
"x-generation-date": "2023-01-16T09:37:22.064Z"
"x-generation-date": "2023-01-25T10:10:18.696Z"
},
"x-strapi-config": {
"path": "/documentation",
Expand Down Expand Up @@ -22346,6 +22346,10 @@
},
"siteUrl": {
"type": "string"
},
"email": {
"type": "string",
"format": "email"
}
}
},
Expand Down

0 comments on commit d1c4c3b

Please sign in to comment.