Skip to content

Commit

Permalink
MWPW-134192-Add caas and faas configurator to sidekick (#1426)
Browse files Browse the repository at this point in the history
* add caas and faas configurator to sidekick

* remove unnecessary config
  • Loading branch information
Ruchika4 authored Oct 25, 2023
1 parent 910007a commit 30ce6a6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tools/sidekick/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,24 @@
"passConfig": true,
"paletteRect": "top: auto; bottom: 20px; left: 20px; height: 498px; width: 460px;",
"includePaths": [ "**.docx**", "**.xlsx**" ]
},
{
"containerId": "tools",
"id": "caas-configurator",
"title": "CaaS Configurator",
"environments": [ "edit", "preview", "dev" ],
"url": "https://milo.adobe.com/tools/caas",
"isPalette": false,
"includePaths": [ "**.docx**"]
},
{
"containerId": "tools",
"id": "faas-configurator",
"title": "FaaS Configurator",
"environments": [ "edit", "preview", "dev" ],
"url": "https://milo.adobe.com/tools/faas",
"isPalette": false,
"includePaths": [ "**.docx**"]
}
]
}

0 comments on commit 30ce6a6

Please sign in to comment.