Home > @infiniteobjects/heft-shopify-rig > IShopifySettingsPluginOptions
Configuration Options for the ShopifyConfigManagerPlugin
Signature:
export interface IShopifySettingsPluginOptions
This is a IBuildSettingsOptions with several fields made optional
| Property | Modifiers | Type | Description |
|---|---|---|---|
| destinationPath | string | The location of the destination files | |
| devMode? | boolean | (Optional) Dev mode (using theme dev ) |
|
| environment? | keyof typeof ShopifyEnvironment | (Optional) Which store environment? defaults to production |
|
| sourcePath | string | The location of the source files | |
| useLocal? | boolean | (Optional) Allow *.local.json files to override the config, defaults to false |