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
This discussion was converted from issue #25990 on October 16, 2020 17:23.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a bunch of markdown files which have both an
image
and acropFocus
value in the frontmatter e.g.Using the
createPages
API I'm passing the cropFocus value to the page context to use it in the GraphQL query of that page's template e.g.This works great but how do I use it on the list view where I'm getting all of the articles?
Beta Was this translation helpful? Give feedback.
All reactions