diff --git a/src/components/page/info-box-item.json b/src/components/page/info-box-item.json index f5d9297..f9a5b65 100644 --- a/src/components/page/info-box-item.json +++ b/src/components/page/info-box-item.json @@ -38,6 +38,12 @@ "required": false, "repeatable": true, "component": "page.details-summary" + }, + "inlineNotice": { + "type": "component", + "required": false, + "repeatable": true, + "component": "page.inline-notice" } } } diff --git a/types/generated/components.d.ts b/types/generated/components.d.ts index 2349bf3..acda7e8 100644 --- a/types/generated/components.d.ts +++ b/types/generated/components.d.ts @@ -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>; }; }