Skip to content

Commit

Permalink
Merge pull request #8 from adobecom/sidekick
Browse files Browse the repository at this point in the history
Add send to caas to sidekick
  • Loading branch information
Ruchika4 authored May 10, 2024
2 parents dacc5fe + 62c3dbe commit 353e7c6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tools/sidekick/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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**"]
}
]
}

0 comments on commit 353e7c6

Please sign in to comment.