Skip to content

Commit

Permalink
add optional inline-notice component to InfoBoxItem
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer6497 committed Dec 24, 2024
1 parent af9b2cc commit 605d6df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/page/info-box-item.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
"required": false,
"repeatable": true,
"component": "page.details-summary"
},
"inlineNotice": {
"type": "component",
"required": false,
"repeatable": true,
"component": "page.inline-notice"
}
}
}
1 change: 1 addition & 0 deletions types/generated/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ export interface PageInfoBoxItem extends Struct.ComponentSchema {
headline: Schema.Attribute.Component<'basic.heading', false>;
identifier: Schema.Attribute.String;
image: Schema.Attribute.Media<'images'>;
inlineNotice: Schema.Attribute.Component<'page.inline-notice', true>;
label: Schema.Attribute.Component<'basic.heading', false>;
};
}
Expand Down

0 comments on commit 605d6df

Please sign in to comment.