fix: enable linking to page in rte
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user