Skip to content

Commit

Permalink
Add caas and faas configurator to sidekick
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruchika4 authored Oct 25, 2023
1 parent 2c7faeb commit b33c9ae
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 @@ -91,6 +91,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 b33c9ae

Please sign in to comment.