feat(SW-190): added hero to static content pages

This commit is contained in:
Erik Tiekstra
2024-08-14 09:29:00 +02:00
parent f1ca9a0704
commit 8220a39a8f
23 changed files with 351 additions and 64 deletions

View File

@@ -0,0 +1,19 @@
#import "../Fragments/ContentPage/Breadcrumbs.graphql"
query GetContentPage($locale: String!, $uid: String!) {
content_page(uid: $uid, locale: $locale) {
title
header {
heading
preamble
}
hero_image
...ContentPageBreadcrumbs
system {
uid
created_at
updated_at
locale
}
}
}

View File

@@ -107,9 +107,8 @@ query GetLoyaltyPage($locale: String!, $uid: String!) {
}
title
heading
header {
hero_image
}
preamble
hero_image
sidebar {
__typename
... on LoyaltyPageSidebarDynamicContent {