diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json index d6e1799ad..a7a873923 100644 --- a/tools/sidekick/config.json +++ b/tools/sidekick/config.json @@ -7,6 +7,17 @@ "environments": ["edit"], "url": "https://main--moleculardevices--hlxsites.hlx.page/tools/sidekick/library.html", "includePaths": ["**.docx**"] + }, + { + "id": "insights", + "title": "Insights", + "environments": ["dev", "admin", "preview", "live", "prod"], + "passConfig": true, + "passReferrer": true, + "url": "https://sk-insight--franklin-dashboard--adobe.hlx.page/views/sidekick-index", + "includePaths": [ "**.docx**" ], + "isPalette": true, + "paletteRect": "top: 50px; bottom: 10px; right: 10px; left: auto; width:50vw; height: calc(100vh - 60px)" } ] } \ No newline at end of file