Skip to content

Commit

Permalink
Add note about plugin options (#3987)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-allanson authored and KyleAMathews committed Feb 12, 2018
1 parent 9940622 commit 9429cbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ module.exports = {
};
```

Plugins can take options. See each plugin page below for more detailed
Plugins can take options. Note that plugin options will be stringified by Gatsby, so they cannot be functions.

See each plugin page below for more detailed
documentation on using each plugin.

## Locally defined plugins
Expand Down

0 comments on commit 9429cbc

Please sign in to comment.