Merged in feat/SW-1449-destination-page (pull request #1195)
Feat/SW-1449 destination page * feat(SW-1449): Added destination country page * feat(SW-1449): added destination city page Approved-by: Fredrik Thorsson Approved-by: Matilda Landström
This commit is contained in:
@@ -14,6 +14,8 @@ export const validateBookingWidgetToggleSchema = z.object({
|
||||
content_page: bookingWidgetToggleSchema,
|
||||
current_blocks_page: bookingWidgetToggleSchema,
|
||||
destination_overview_page: bookingWidgetToggleSchema,
|
||||
destination_country_page: bookingWidgetToggleSchema,
|
||||
destination_city_page: bookingWidgetToggleSchema,
|
||||
hotel_page: bookingWidgetToggleSchema,
|
||||
loyalty_page: bookingWidgetToggleSchema,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user