Skip to content

Commit

Permalink
feat(meta): un-require breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
chohner committed Dec 17, 2024
1 parent ba75a11 commit 37ef37c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/page/meta-page-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"breadcrumb": {
"type": "text",
"required": true
"required": false
}
}
}
2 changes: 1 addition & 1 deletion types/generated/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ export interface PageMetaPageInfo extends Struct.ComponentSchema {
displayName: 'MetaPageInfo';
};
attributes: {
breadcrumb: Schema.Attribute.Text & Schema.Attribute.Required;
breadcrumb: Schema.Attribute.Text;
description: Schema.Attribute.Text;
ogTitle: Schema.Attribute.Text;
title: Schema.Attribute.String & Schema.Attribute.Required;
Expand Down

0 comments on commit 37ef37c

Please sign in to comment.