We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b4eef commit 3ec828fCopy full SHA for 3ec828f
packages/common/src/search/types/IHubCatalog.ts
@@ -196,7 +196,14 @@ export interface IGalleryDisplayConfig {
196
* If this is true on a collection's display config, that collection will not be shown in the gallery.
197
*/
198
hidden?: boolean;
199
- layout?: "list" | "grid" | "map" | "table" | "calendar" | "compact";
+ layout?:
200
+ | "list"
201
+ | "grid"
202
+ | "map"
203
+ | "table"
204
+ | "calendar"
205
+ | "compact"
206
+ | "grid-filled";
207
cardTitleTag?: CARD_TITLE_TAGS;
208
showThumbnail?: "show" | "hide" | "grid";
209
corners?: CORNERS;
0 commit comments