feat(SW-187): use custom title for links
This commit is contained in:
@@ -17,6 +17,7 @@ query GetFooter($locale: String!) {
|
||||
all_footer(limit: 1, locale: $locale) {
|
||||
items {
|
||||
main_links {
|
||||
title
|
||||
open_in_new_tab
|
||||
link {
|
||||
href
|
||||
@@ -35,6 +36,7 @@ query GetFooter($locale: String!) {
|
||||
secondary_links {
|
||||
title
|
||||
links {
|
||||
title
|
||||
open_in_new_tab
|
||||
pageConnection {
|
||||
edges {
|
||||
@@ -52,6 +54,7 @@ query GetFooter($locale: String!) {
|
||||
}
|
||||
}
|
||||
tertiary_links {
|
||||
title
|
||||
open_in_new_tab
|
||||
link {
|
||||
href
|
||||
|
||||
Reference in New Issue
Block a user