You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not familiar with netlify CMS so I'll show 2 options here:
If you could remodel your data so tags fields would be array of tag titles (instead of array of objects that contains tag field), then you could use mapping:
Hi all . I use gatsby and netlify cms.
My schema:
here is my gatsby-node.js
my graphql query in post template component:
How do i get all tag's fields (description etc) in Post component?
The text was updated successfully, but these errors were encountered: