Merged in feat/SW-1443-carousel-destination-overview-page (pull request #1289)
feat(SW-1443): added carousel block on hotel overview page * feat(SW-1443): added carousel block on hotel overview page Approved-by: Fredrik Thorsson Approved-by: Matilda Landström Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
7
types/enums/destinationOverviewPage.ts
Normal file
7
types/enums/destinationOverviewPage.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export namespace DestinationOverviewPageEnum {
|
||||
export namespace ContentStack {
|
||||
export const enum blocks {
|
||||
CarouselCards = "DestinationOverviewPageBlocksCarouselCards",
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user