working version checkin
* add config class * add vlookup * add menu * add photo folder creation * add prep for product templates
This commit is contained in:
7
src/initMenu.ts
Normal file
7
src/initMenu.ts
Normal file
@ -0,0 +1,7 @@
|
||||
function initMenu() {
|
||||
let ui = SpreadsheetApp.getUi()
|
||||
ui.createMenu("BLM")
|
||||
.addItem("Fill out product from template", "fillProductFromTemplate")
|
||||
.addItem("Create missing photo folders", "createMissingPhotoFolders")
|
||||
.addToUi()
|
||||
}
|
||||
Reference in New Issue
Block a user