refactor: extract PageLinks fragments to separate files

This commit is contained in:
Arvid Norlin
2024-04-19 13:12:46 +02:00
parent b7782b61a7
commit a066202e14
5 changed files with 36 additions and 27 deletions

View File

@@ -0,0 +1,8 @@
fragment CurrentBlocksPageLink on CurrentBlocksPage {
system {
locale
uid
}
title
url
}