stack

Home > @infiniteobjects/heft-shopify-rig > IShopifySettingsPluginOptions

IShopifySettingsPluginOptions interface

Configuration Options for the ShopifyConfigManagerPlugin

Signature:

export interface IShopifySettingsPluginOptions 

Remarks

This is a IBuildSettingsOptions with several fields made optional

Properties

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