Files
web/types/enums/content.ts
Erik Tiekstra a88a033e30 Merged in feat/SW-1450-destination-page-cs-components (pull request #1204)
feat(SW-1450): added components in destination pages from cs

* feat(SW-1450): added components in destination pages from cs

* feat(SW-1450): added correct refs and removed classNames


Approved-by: Fredrik Thorsson
2025-01-24 12:06:43 +00:00

15 lines
460 B
TypeScript

export namespace ContentEnum {
export const enum blocks {
AccountPage = "AccountPage",
CollectionPage = "CollectionPage",
ContentPage = "ContentPage",
DestinationCityPage = "DestinationCityPage",
DestinationCountryPage = "DestinationCountryPage",
DestinationOverviewPage = "DestinationOverviewPage",
HotelPage = "HotelPage",
ImageContainer = "ImageContainer",
LoyaltyPage = "LoyaltyPage",
SysAsset = "SysAsset",
}
}