PlasmicLoader options reference
These are the set of options you can pass into a PlasmicLoader plugin invocation in your next.config.js or gatsby-config.js.
These options are also available in the new plasmic-loader.json
.
Prop | Default | Description |
---|---|---|
projects | None (Only required setting!) | An array with the projects to sync. |
dir | Current working directory. | The root directory of your project. |
plasmicDir | .cache/.plasmic (Gatsby) .plasmic (Next) | Plasmic will sync your plasmic projects to this directory. |
pageDir | src/pages (Gatsby) pages(Next) | A directory with your existing pages. |
watch | True (in development) False otherwise. | Listen to changes in your plasmic project and sync them to your codebase. |
initArgs | Platform-dependent. | Plasmic is able to detect your codebase language (js, tsx) and comes with good defaults for public folder, image assets, css mode and other options. Click here for a full list. To override something, pass an object with the key being plasmic CLI’s flag name and the corresponding value. |
substitutions | None | Click here. for more information regarding component substitution. |
Was this page helpful?
Have feedback on this page? Let us know on our forum.