From 1f646300c6a312fdf6de5867002f83d1e331be0c Mon Sep 17 00:00:00 2001 From: Mark Frisbey <5108740+mfrisbey@users.noreply.github.com> Date: Thu, 17 Aug 2023 13:37:06 -0600 Subject: [PATCH] add a "stage" button for the asset selector --- tools/sidekick/config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json index f138865757..5c6ed60d40 100644 --- a/tools/sidekick/config.json +++ b/tools/sidekick/config.json @@ -11,6 +11,17 @@ "isPalette": true, "includePaths": [ "**.docx**" ], "paletteRect": "top: auto; bottom: 20px; left: 20px; width:1000px; height:700px" + }, + { + "id": "asset-library-stage", + "title": "AEM Assets Library Stage", + "environments": [ + "edit" + ], + "url": "https://rail--aem-assets-boilerplate--hlxsites.hlx.page/aem-asset-selector-stage", + "isPalette": true, + "includePaths": [ "**.docx**" ], + "paletteRect": "top: 50px; bottom: 10px; right: 10px; left: auto; width:400px; height: calc(100vh - 60px)" } ] }