Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gatsby-source-shopify): download images option (#23840)
* created PluginOptions Singleton class Co-authored-by: Luke Bennett <[email protected]> * set upnew plugin Options defintion Co-authored-by: Luke Bennett <[email protected]> * create default values for new options Co-authored-by: Luke Bennett <[email protected]> * if downloadImages set to false download default image instead (caching will make that defaultImage only download once) Co-authored-by: Luke Bennett <[email protected]> * default image * change default image * add documentation * small mistake fix Co-authored-by: Luke Bennett <[email protected]> * refact(plugin-options): follow filename convention * style(plugin-options): delete semicolons * style(plugin-options): prettier fixes * style(gatsby-node): prettier fixes * style(node): prettier fixes * missed import reference * lint error in document * yarn format * * removed pluginOption singleton * removed and defaultUrl image config * removed the default.png image * fixed up documentation * * pass though downloadImages config option in imageArgs * if !downloadImages then don't download image Co-authored-by: Luke Bennett <[email protected]> Co-authored-by: Luke Bennett <[email protected]> Co-authored-by: Gergő Gazda <[email protected]> Co-authored-by: Kyle Mathews <[email protected]>
- Loading branch information