Merged in feat/enable-page-reference-in-rte (pull request #155)

fix: enable linking to page in rte
This commit is contained in:
Christel Westerberg
2024-05-02 15:11:28 +00:00
committed by Michael Zetterberg

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