fix: add loyalty pages as breadcrumb parents

This commit is contained in:
Matilda Landström
2024-05-31 15:08:32 +02:00
parent 8df577615a
commit a0a4cf18cf
2 changed files with 22 additions and 0 deletions

View File

@@ -17,6 +17,18 @@ fragment LoyaltyPageBreadcrumbs on LoyaltyPage {
}
url
}
... on LoyaltyPage {
web {
breadcrumbs {
title
}
}
system {
locale
uid
}
url
}
}
}
}

View File

@@ -17,6 +17,16 @@ fragment LoyaltyPageBreadcrumbsRefs on LoyaltyPage {
...System
}
}
... on LoyaltyPage {
web {
breadcrumbs {
title
}
}
system {
...System
}
}
}
}
}