Merged in feat/LOY-394-promos-linkable (pull request #2918)

feat(LOY-394): add promo campaign page link

* feat(LOY-394): make promo campaigns linkable from everewhere


Approved-by: Erik Tiekstra
Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
Matilda Landström
2025-10-07 13:30:34 +00:00
parent 31dcbc5335
commit 2176a7dd6f
35 changed files with 195 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
#import "../PageLink/HotelPageLink.graphql"
#import "../PageLink/LoyaltyPageLink.graphql"
#import "../PageLink/StartPageLink.graphql"
#import "../PageLink/PromoCampaignPageLink.graphql"
#import "../AccountPage/Ref.graphql"
#import "../CampaignOverviewPage/Ref.graphql"
@@ -21,6 +22,7 @@
#import "../HotelPage/Ref.graphql"
#import "../LoyaltyPage/Ref.graphql"
#import "../StartPage/Ref.graphql"
#import "../PromoCampaignPage/Ref.graphql"
fragment TextCols_ContentPage on ContentPageBlocksTextCols {
text_cols {
@@ -43,6 +45,7 @@ fragment TextCols_ContentPage on ContentPageBlocksTextCols {
...HotelPageLink
...LoyaltyPageLink
...StartPageLink
...PromoCampaignPageLink
}
}
}
@@ -72,6 +75,7 @@ fragment TextCols_ContentPageRef on ContentPageBlocksTextCols {
...HotelPageRef
...LoyaltyPageRef
...StartPageRef
...PromoCampaignPageRef
}
}
}