fix: enable linking to page in rte
This commit is contained in:
@@ -58,6 +58,8 @@ query GetLoyaltyPage($locale: String!, $url: String!) {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...Image
|
...Image
|
||||||
|
...LoyaltyPageLink
|
||||||
|
...ContentPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
totalCount
|
totalCount
|
||||||
@@ -93,6 +95,8 @@ query GetLoyaltyPage($locale: String!, $url: String!) {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...Image
|
...Image
|
||||||
|
...LoyaltyPageLink
|
||||||
|
...ContentPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
totalCount
|
totalCount
|
||||||
|
|||||||
Reference in New Issue
Block a user