feat/SW-3108 external links
* feat(SW-3108): Added external link options to shortcuts * feat(SW-3108): Added external link options to header Approved-by: Matilda Landström
This commit is contained in:
@@ -27,6 +27,11 @@ fragment Shortcuts on Shortcuts {
|
||||
title
|
||||
two_column_list
|
||||
shortcuts {
|
||||
is_contentstack_link
|
||||
external_link {
|
||||
href
|
||||
title
|
||||
}
|
||||
open_in_new_tab
|
||||
text
|
||||
linkConnection {
|
||||
|
||||
@@ -33,6 +33,7 @@ query GetHeader($locale: String!) {
|
||||
top_link {
|
||||
logged_in {
|
||||
icon
|
||||
is_contentstack_link
|
||||
title
|
||||
linkConnection {
|
||||
edges {
|
||||
@@ -52,9 +53,14 @@ query GetHeader($locale: String!) {
|
||||
}
|
||||
}
|
||||
}
|
||||
external_link {
|
||||
href
|
||||
title
|
||||
}
|
||||
}
|
||||
logged_out {
|
||||
icon
|
||||
is_contentstack_link
|
||||
title
|
||||
linkConnection {
|
||||
edges {
|
||||
@@ -74,9 +80,14 @@ query GetHeader($locale: String!) {
|
||||
}
|
||||
}
|
||||
}
|
||||
external_link {
|
||||
href
|
||||
title
|
||||
}
|
||||
}
|
||||
}
|
||||
menu_items {
|
||||
is_contentstack_link
|
||||
title
|
||||
linkConnection {
|
||||
edges {
|
||||
@@ -96,7 +107,12 @@ query GetHeader($locale: String!) {
|
||||
}
|
||||
}
|
||||
}
|
||||
external_link {
|
||||
href
|
||||
title
|
||||
}
|
||||
see_all_link {
|
||||
is_contentstack_link
|
||||
title
|
||||
linkConnection {
|
||||
edges {
|
||||
@@ -116,10 +132,15 @@ query GetHeader($locale: String!) {
|
||||
}
|
||||
}
|
||||
}
|
||||
external_link {
|
||||
href
|
||||
title
|
||||
}
|
||||
}
|
||||
submenu {
|
||||
title
|
||||
links {
|
||||
is_contentstack_link
|
||||
title
|
||||
linkConnection {
|
||||
edges {
|
||||
@@ -139,6 +160,10 @@ query GetHeader($locale: String!) {
|
||||
}
|
||||
}
|
||||
}
|
||||
external_link {
|
||||
href
|
||||
title
|
||||
}
|
||||
}
|
||||
}
|
||||
cardConnection {
|
||||
|
||||
Reference in New Issue
Block a user