IGalleryDisplayConfig

Interface

Configuration for how to display a gallery. This can apply to a catalog's display, a collection's display, the gallery-card's display, etc.

Properties

Property Type Notes
cardTitleTag Optional CARD_TITLE_TAGS
corners Optional CORNERS
filters Optional Array<{
hidden:
boolean
key:
"location" | "type" | "source" | "event-occurrence" | "event-from" | "event-attendance" | "tags" | "categories" | "license" | "modified" | "access" | "group-role" | "group-type" | "group-access" | "event-access" | "event-date"
label:
string
}>
hidden Optional boolean

s Used for collections to determine if the collection should be hidden in the gallery. If this is true on a collection's display config, that collection will not be shown in the gallery.

layout Optional "list" | "grid" | "map" | "table" | "calendar" | "compact"
linkButtonStyle Optional "solid" | "outline" | "outline-fill" | "transparent"
linkButtonText Optional string
shadow Optional DROP_SHADOWS
showLinkButton Optional boolean
showThumbnail Optional "show" | "hide" | "grid"
sort Optional "relevance" | "title" | "created" | "modified"

Interface defined in common/src/search/types/IHubCatalog.ts:193