Merged in feat/LOY-362-promo-blocks (pull request #2880)

feat(LOY-362): add blocks

* feat(LOY-362): add blocks

* fix(LOY-362): hide RTE while waiting for CS


Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
Matilda Landström
2025-09-29 14:42:16 +00:00
parent 9e14a24ba3
commit dd44e39732
9 changed files with 248 additions and 8 deletions

View File

@@ -8,6 +8,7 @@ import type { Block as DestinationCityPageBlock } from "@scandic-hotels/trpc/typ
import type { Block as DestinationCountryPageBlock } from "@scandic-hotels/trpc/types/destinationCountryPage"
import type { Block as DestinationOverviewPageBlock } from "@scandic-hotels/trpc/types/destinationOverviewPage"
import type { Block as LoyaltyPageBlock } from "@scandic-hotels/trpc/types/loyaltyPage"
import type { Block as PromoCampaignPageBlock } from "@scandic-hotels/trpc/types/promoCampaignPage"
type Blocks =
| AccountPageBlock
@@ -20,6 +21,7 @@ type Blocks =
| DestinationOverviewPageBlock
| LoyaltyPageBlock
| StartPageBlock
| PromoCampaignPageBlock
export interface BlocksProps {
blocks: Blocks[]