diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json index 2e6cf46..3d0cf44 100644 --- a/tools/sidekick/config.json +++ b/tools/sidekick/config.json @@ -54,6 +54,14 @@ ], "event": "preflight" }, + { + "containerId": "tools", + "title": "Send to CaaS", + "id": "sendtocaas", + "environments": ["dev","preview", "live", "prod"], + "event": "send-to-caas", + "excludePaths": ["https://milo.adobe.com/tools/caas**", "*.json"] + }, { "containerId": "tools", "id": "locales", @@ -72,6 +80,15 @@ "includePaths": [ "**.docx**" ] + }, + { + "containerId": "tools", + "id": "caas-configurator", + "title": "CaaS Configurator", + "environments": [ "edit", "preview", "dev" ], + "url": "https://milo.adobe.com/tools/caas", + "isPalette": false, + "includePaths": [ "**.docx**"] } ] }