feat(WEB-93): add Header to CMS and render it in Next

This commit is contained in:
Simon Emanuelsson
2024-02-20 09:07:17 +01:00
parent 58b82cc8b7
commit cbb53df67c
30 changed files with 612 additions and 53 deletions
+3 -2
View File
@@ -1,3 +1,5 @@
#import "./PageLinks.graphql"
fragment Breadcrumbs on CurrentBlocksPage {
breadcrumbs {
title
@@ -8,8 +10,7 @@ fragment Breadcrumbs on CurrentBlocksPage {
breadcrumbs {
title
}
title
url
...CurrentBlocksPageLink
}
}
}
+3 -2
View File
@@ -1,9 +1,10 @@
#import "../Image.graphql"
fragment Logo on Footer {
logoConnection {
edges {
node {
title
url
...Image
}
}
}
+1 -1
View File
@@ -1,7 +1,7 @@
fragment CurrentBlocksPageLink on CurrentBlocksPage {
system {
uid
locale
uid
}
title
url