Skip to content

Commit 3ec828f

Browse files
authored
fix: add grid-filled to IGalleryDisplayConfig (#1818)
1 parent 34b4eef commit 3ec828f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/common/src/search/types/IHubCatalog.ts

+8-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,14 @@ export interface IGalleryDisplayConfig {
196196
* If this is true on a collection's display config, that collection will not be shown in the gallery.
197197
*/
198198
hidden?: boolean;
199-
layout?: "list" | "grid" | "map" | "table" | "calendar" | "compact";
199+
layout?:
200+
| "list"
201+
| "grid"
202+
| "map"
203+
| "table"
204+
| "calendar"
205+
| "compact"
206+
| "grid-filled";
200207
cardTitleTag?: CARD_TITLE_TAGS;
201208
showThumbnail?: "show" | "hide" | "grid";
202209
corners?: CORNERS;

0 commit comments

Comments
 (0)