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 May 2, 2024
2 parents 64288fa + 34fa38e commit e0534d7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,14 @@
},
"libelle_avantage_solution": {
"type": "string"
},
"credits": {
"type": "customField",
"options": {
"output": "HTML",
"preset": "light"
},
"customField": "plugin::ckeditor.CKEditor"
}
}
}
8 changes: 8 additions & 0 deletions types/generated/contentTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1287,6 +1287,14 @@ export interface ApiFicheSolutionFicheSolution extends Schema.CollectionType {
}
>;
libelle_avantage_solution: Attribute.String;
credits: 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 e0534d7

Please sign in to comment.