Skip to content

Commit

Permalink
feat : add en savoir plus field for fs
Browse files Browse the repository at this point in the history
  • Loading branch information
rtaieb committed Jan 24, 2024
1 parent 638c57b commit 482c0f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions types/generated/contentTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1124,6 +1124,14 @@ export interface ApiFicheSolutionFicheSolution extends Schema.CollectionType {
cout_entretien_unite: Attribute.Enumeration<
['metreCarre', 'lineaire', 'metreCube', 'unite']
>;
en_savoir_plus: Attribute.RichText &
Attribute.CustomField<
'plugin::ckeditor.CKEditor',
{
output: 'HTML';
preset: 'light';
}
>;
createdAt: Attribute.DateTime;
updatedAt: Attribute.DateTime;
publishedAt: Attribute.DateTime;
Expand Down

0 comments on commit 482c0f4

Please sign in to comment.