Merged in fix/remove-translated-slugs (pull request #1390)
Fix(SW-1467): Remove translation of hotel page sidepeek slugs * fix(SW-1467): remove translation of sidepeek slugs * fix: update enums Approved-by: Erik Tiekstra Approved-by: Fredrik Thorsson
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
export interface HotelPageProps {
|
||||
hotelId: string
|
||||
}
|
||||
|
||||
// Slugs that are not set elsewhere (dynamically or from CS)
|
||||
export enum SidepeekSlugs {
|
||||
about = "about",
|
||||
amenities = "amenities",
|
||||
restaurant = "restaurant-and-bar",
|
||||
meetings = "meetings-and-conferences",
|
||||
wellness = "wellness-and-exercise",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user