Skip to content

Commit

Permalink
feat(detailsSummary): make it repeatable in info box
Browse files Browse the repository at this point in the history
  • Loading branch information
pgurusinga committed May 13, 2024
1 parent cb9d6db commit 6ff8eb4
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/info-box-item.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"detailsSummary": {
"type": "component",
"repeatable": false,
"repeatable": true,
"component": "page.details-summary"
}
}
Expand Down
2 changes: 1 addition & 1 deletion types/generated/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ export interface PageInfoBoxItem extends Schema.Component {
content: Attribute.RichText;
headline: Attribute.Component<'basic.heading'>;
buttons: Attribute.Component<'form-elements.button', true>;
detailsSummary: Attribute.Component<'page.details-summary'>;
detailsSummary: Attribute.Component<'page.details-summary', true>;
};
}

Expand Down

0 comments on commit 6ff8eb4

Please sign in to comment.