Skip to content

Commit

Permalink
make sidekick show up everywhere but edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Marquise Rosier authored and Marquise Rosier committed Nov 2, 2023
1 parent 357f2b8 commit 9b07784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/sidekick/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
}
]
}

0 comments on commit 9b07784

Please sign in to comment.