Skip to content

Commit

Permalink
feat(maker-wix): Expose the property associateExtensions (#3674)
Browse files Browse the repository at this point in the history
  • Loading branch information
fras2560 authored Sep 19, 2024
1 parent 321c72d commit 25893fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/maker/wix/src/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ export interface MakerWixConfig {
* your app by Squirrel.
*/
appUserModelId?: string;
/**
* A comma separated string of extensions with each to be associated the app icon.
*/
associateExtensions?: string;
/**
* The app's description
*/
Expand Down

0 comments on commit 25893fc

Please sign in to comment.