feat(698): fix correct order of blocks from CS

This commit is contained in:
Matilda Landström
2024-10-29 09:20:27 +01:00
parent 24384c08f3
commit 4bd089ab2a
3 changed files with 32 additions and 9 deletions

View File

@@ -26,6 +26,9 @@ query GetContentPage($locale: String!, $uid: String!) {
preamble
...NavigationLinks
}
blocks {
__typename
}
sidebar {
__typename
...ContentSidebar_ContentPage