Merged in feat/SW-1573-subpage-url (pull request #1297)
Feat(SW-1573): Use pageInUrl for hotel subpages * feat(SW-1573): use pageInUrl for hotel subpages Approved-by: Erik Tiekstra Approved-by: Fredrik Thorsson
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export type AccessibilityAmenityProps = {
|
||||
elevatorPitch?: string
|
||||
hasExtraAccessibilityPage: boolean
|
||||
accessibilityPageUrl?: string
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ export enum Periods {
|
||||
}
|
||||
|
||||
export type ParkingAmenityProps = {
|
||||
hasExtraParkingPage: boolean
|
||||
parkingPageUrl?: string
|
||||
parking: Hotel["parking"]
|
||||
parkingElevatorPitch?: string
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { Hotel } from "@/types/hotel"
|
||||
|
||||
export type WellnessAndExerciseSidePeekProps = {
|
||||
healthFacilities: Hotel["healthFacilities"]
|
||||
wellnessExerciseButton: boolean
|
||||
wellnessExercisePageUrl?: string
|
||||
spaPage?: {
|
||||
buttonCTA: string
|
||||
url: string
|
||||
|
||||
Reference in New Issue
Block a user