feat(SW-664): Hotel listing component and queries for content pages
This commit is contained in:
@@ -9,5 +9,6 @@ export namespace BlocksEnums {
|
||||
TextCols = "TextCols",
|
||||
TextContent = "TextContent",
|
||||
UspGrid = "UspGrid",
|
||||
HotelListing = "HotelListing",
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@ export namespace ContentPageEnum {
|
||||
TextCols = "ContentPageBlocksTextCols",
|
||||
UspGrid = "ContentPageBlocksUspGrid",
|
||||
Table = "ContentPageBlocksTable",
|
||||
HotelListing = "ContentPageBlocksHotelListing",
|
||||
}
|
||||
|
||||
export const enum sidebar {
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
export enum Country {
|
||||
Denmark = "Denmark",
|
||||
Finland = "Finland",
|
||||
Germany = "Germany",
|
||||
Norway = "Norway",
|
||||
Poland = "Poland",
|
||||
Sweden = "Sweden",
|
||||
}
|
||||
Reference in New Issue
Block a user