Merged in feat/SW-1388-startpage-header (pull request #1203)
feat(SW-1388): add hero image and heading to startpage * feat(SW-1388): add hero image and heading to startpage * fix(SW-1388): spacing variables for padding * fix(SW-1388): use inset value instead Approved-by: Erik Tiekstra
This commit is contained in:
@@ -4,6 +4,10 @@ query GetStartPage($locale: String!, $uid: String!) {
|
||||
start_page(uid: $uid, locale: $locale) {
|
||||
title
|
||||
url
|
||||
header {
|
||||
heading
|
||||
hero_image
|
||||
}
|
||||
system {
|
||||
...System
|
||||
created_at
|
||||
|
||||
Reference in New Issue
Block a user