Skip to content

Commit

Permalink
feat(cms): update content type
Browse files Browse the repository at this point in the history
  • Loading branch information
mamadoudicko committed Oct 24, 2023
1 parent fbafbac commit 2a1e16e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"localized": true
}
},
"type": "string"
"type": "text"
}
}
}
2 changes: 1 addition & 1 deletion cms/quivr/types/generated/contentTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ export interface ApiSecurityQuestionSecurityQuestion
localized: true;
};
}>;
answer: Attribute.String &
answer: Attribute.Text &
Attribute.SetPluginOptions<{
i18n: {
localized: true;
Expand Down

0 comments on commit 2a1e16e

Please sign in to comment.