Home > @infiniteobjects/heft-shopify-rig > IShopifyThemeFolderConfiguration
Shopify theme folder configuration.
Signature:
export interface IShopifyThemeFolderConfiguration
Property | Modifiers | Type | Description |
---|---|---|---|
entryPoints? | boolean | (Optional) If the contents of the folder can be entry points | |
fileTypes | string | A glob pattern that describes the files to be copied | |
ignoreOnThemePaths? | boolean | (Optional) Ignore this files when constructing the theme-paths | |
minimized? | boolean | (Optional) Whether to minimize the files copied | |
nested? | boolean | (Optional) Whether the files can be nested in subfolders | |
nonSettingsFileTypes? | string | (Optional) A glob pattern that describes the files to be copied if the folder includes settings | |
settings? | boolean | (Optional) If the contents of this folder contain settings. | |
sourceFolder? | string | string[] | (Optional) The name of the source folder if is different from the target | |
subFolder? | string | (Optional) The name of an optional subfolder to respect the nesting | |
targetFolder | ShopifyFolder | The name of the shopify theme structure folder |