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
8 lines
188 B
TypeScript
8 lines
188 B
TypeScript
export namespace DestinationOverviewPageEnum {
|
|
export namespace ContentStack {
|
|
export const enum blocks {
|
|
CardGallery = "DestinationOverviewPageBlocksCardGallery",
|
|
}
|
|
}
|
|
}
|