feat(SW-190): added hero to static content pages
This commit is contained in:
25
lib/graphql/Fragments/ContentPage/Breadcrumbs.graphql
Normal file
25
lib/graphql/Fragments/ContentPage/Breadcrumbs.graphql
Normal file
@@ -0,0 +1,25 @@
|
||||
fragment ContentPageBreadcrumbs on ContentPage {
|
||||
web {
|
||||
breadcrumbs {
|
||||
title
|
||||
parentsConnection {
|
||||
edges {
|
||||
node {
|
||||
... on ContentPage {
|
||||
web {
|
||||
breadcrumbs {
|
||||
title
|
||||
}
|
||||
}
|
||||
system {
|
||||
locale
|
||||
uid
|
||||
}
|
||||
url
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user