fix: enable linking to page in rte

This commit is contained in:
Christel Westerberg
2024-05-02 16:07:21 +02:00
parent ffed2edca7
commit 7ebab8dd7f

View File

@@ -58,6 +58,8 @@ query GetLoyaltyPage($locale: String!, $url: String!) {
node {
__typename
...Image
...LoyaltyPageLink
...ContentPageLink
}
}
totalCount
@@ -93,6 +95,8 @@ query GetLoyaltyPage($locale: String!, $url: String!) {
node {
__typename
...Image
...LoyaltyPageLink
...ContentPageLink
}
}
totalCount