Merged in feat/LOY-362-content-block (pull request #2897)

feat(LOY-362): fix content block

* feat(LOY-362): fix content block


Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
Matilda Landström
2025-10-02 06:34:46 +00:00
parent 8498026189
commit ea130ffaf8
3 changed files with 15 additions and 7 deletions

View File

@@ -24,6 +24,7 @@ query GetPromoCampaignPage($locale: String!, $uid: String!) {
blocks {
__typename
...Accordion_PromoCampaignPage
...Content_PromoCampaignPage
}
system {
...System
@@ -41,6 +42,7 @@ query GetPromoCampaignPageRefs($locale: String!, $uid: String!) {
blocks {
__typename
...Accordion_PromoCampaignPageRefs
...Content_PromoCampaignPageRefs
}
system {
...System