Skip to content

Commit

Permalink
Merge branch 'main' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
rtaieb committed Nov 20, 2024
2 parents 9ddb0de + 60740ee commit ae2992d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@
"type": "component",
"repeatable": true,
"component": "retour-experience.contact"
},
"cout_euro": {
"type": "integer"
}
}
}
1 change: 1 addition & 0 deletions types/generated/contentTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1792,6 +1792,7 @@ export interface ApiRetourExperienceRetourExperience
}>;
location: Attribute.JSON;
contacts: Attribute.Component<'retour-experience.contact', true>;
cout_euro: Attribute.Integer;
createdAt: Attribute.DateTime;
updatedAt: Attribute.DateTime;
publishedAt: Attribute.DateTime;
Expand Down

0 comments on commit ae2992d

Please sign in to comment.