From 9b07784ae4720755edd760d4de33cc5c774ee2e9 Mon Sep 17 00:00:00 2001 From: Marquise Rosier Date: Thu, 2 Nov 2023 03:41:13 -0700 Subject: [PATCH] make sidekick show up everywhere but edit --- tools/sidekick/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json index 9629e6d43..a7a873923 100644 --- a/tools/sidekick/config.json +++ b/tools/sidekick/config.json @@ -11,13 +11,13 @@ { "id": "insights", "title": "Insights", - "environments": ["any"], + "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(60vh - 60px)" + "paletteRect": "top: 50px; bottom: 10px; right: 10px; left: auto; width:50vw; height: calc(100vh - 60px)" } ] } \ No newline at end of file