Merged in feat/SW-159-remove-accessibilityElevatorPitchText (pull request #1245)
fix(SW-1553): remove accessibilityElevatorPitchText * fix(SW-159): remove accessibilityElevatorPitchText Approved-by: Bianca Widstam Approved-by: Christian Andolf Approved-by: Fredrik Thorsson
This commit is contained in:
@@ -54,7 +54,6 @@ export const additionalDataSchema = z.object({
|
||||
healthAndFitness: extraPageSchema,
|
||||
hotelParking: extraPageSchema,
|
||||
hotelSpecialNeeds: extraPageSchema,
|
||||
accessibilityElevatorPitchText: z.string().optional(),
|
||||
hotelRoomElevatorPitchText: z.string().optional(),
|
||||
}),
|
||||
type: z.literal("additionalData"),
|
||||
|
||||
@@ -23,7 +23,6 @@ import { facilitySchema } from "./additionalData"
|
||||
import { imageSchema } from "./image"
|
||||
|
||||
export const attributesSchema = z.object({
|
||||
accessibilityElevatorPitchText: z.string().optional(),
|
||||
address: addressSchema,
|
||||
cityId: z.string(),
|
||||
cityName: z.string(),
|
||||
|
||||
@@ -1521,7 +1521,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"accessibilityElevatorPitchText": "Find the information you might need, before visiting us. You are always welcome to our hotel - completely without barriers. Regardless of impairment, sight, hearing, allergies or wheelchair, we have made sure that you enjoy your stay.",
|
||||
"merchantInformationData": {
|
||||
"webMerchantId": "1110009031",
|
||||
"cards": {
|
||||
|
||||
Reference in New Issue
Block a user