Please explain __key in gatsby-source-filesystem #33146
Unanswered
don-esteban
asked this question in
Help
Replies: 2 comments
-
I only see this property when a plugin is installed via Gatsby Recipes (the According to the Gatsby Recipes README, the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Recipes uses it under the hood to make sure when changes happen it can still understand which plugin to edit. Think of it as a unique identifier for every plugin, if there are duplicates we still know which one to apply changes to. You can ignore it and even remove it after recipes is done. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Could someone explain or link to an explanation of
__key
used ingatsby-source-filesystem
plugin?I checked this documents
Thanks
Beta Was this translation helpful? Give feedback.
All reactions