Skip to content

Commit

Permalink
chore: reverted schema
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeVanEssen committed May 22, 2024
1 parent ecde598 commit 221b529
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions types/generated/contentTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -642,12 +642,7 @@ export interface ApiPagePage extends Schema.CollectionType {
};
}>;
link: Attribute.JSON &
Attribute.CustomField<
'plugin::internal-links.internal-link',
{
noTitle: true;
}
> &
Attribute.CustomField<'plugin::internal-links.internal-link'> &
Attribute.SetPluginOptions<{
i18n: {
localized: true;
Expand Down

0 comments on commit 221b529

Please sign in to comment.