feat(SW-285): add support for shortcuts in content pages

This commit is contained in:
Chuma McPhoy
2024-08-30 11:16:36 +02:00
parent 9a51cc6cb5
commit 57cd8c72da
5 changed files with 71 additions and 3 deletions

View File

@@ -34,6 +34,27 @@ query GetContentPage($locale: String!, $uid: String!) {
}
}
}
... on ContentPageBlocksShortcuts {
__typename
shortcuts {
title
preamble
shortcuts {
open_in_new_tab
text
linkConnection {
totalCount
edges {
node {
...LoyaltyPageLink
...ContentPageLink
...AccountPageLink
}
}
}
}
}
}
}
title
header {