fix: add intents for buttons

This commit is contained in:
Christel Westerberg
2024-04-11 16:47:35 +02:00
parent 85b83bc58b
commit a99b2d3f08
17 changed files with 171 additions and 130 deletions

View File

@@ -0,0 +1,34 @@
fragment CurrentBlocksPageLink on CurrentBlocksPage {
system {
locale
uid
}
title
url
}
fragment AccountPageLink on AccountPage {
system {
uid
}
title
url
}
fragment LoyaltyPageLink on LoyaltyPage {
system {
uid
}
title
url
}
fragment ContentPageLink on ContentPage {
system {
uid
}
web {
url
}
title
}