Format users field correct, from page blueprint? #20
Replies: 1 comment 2 replies
-
This is default behaviour from KQL. If you want to resolve UUIDs to model objects fields inside blocks, such as a By the way, feel free to check out the Cacao Kit, which already covers common obstacles like this one. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have added a users field to the page blueprint.
But when I bring it into nuxt via a query. it comes in as
{ blocks: [ { content: [Object], id: '7d17fe25-3d46-4352-ab05-ec3037aefe0e', isHidden: false, type: 'text' } ], uri: 'blog/test2', title: 'test2', date: '2024-09-19', updated: '2024-09-30', author: "- 'user://rSGuMHwF'", intendedTemplate: 'article', description: '', cover: null }
see the authors property, that is the kirby users field.
Is there a correct way to format this like an array such as in the notes header block?
Beta Was this translation helpful? Give feedback.
All reactions