Files
web/types/enums/destinationOverviewPage.ts
Erik Tiekstra 2781a41110 Merged in feat/SW-1443-card-gallery-destination-overview (pull request #1362)
feat(SW-1443): added cardGallery block to destination overview page instead of carousel functionality

* feat(SW-1443): added cardGallery block to destination overview page instead of carousel functionality


Approved-by: Fredrik Thorsson
2025-02-18 14:42:36 +00:00

8 lines
188 B
TypeScript

export namespace DestinationOverviewPageEnum {
export namespace ContentStack {
export const enum blocks {
CardGallery = "DestinationOverviewPageBlocksCardGallery",
}
}
}