From 8ff956cebac13e2b9d9ec0990cbd3a6fb37a6aa8 Mon Sep 17 00:00:00 2001 From: Ashish Kayastha Date: Thu, 30 Nov 2023 12:18:53 -0600 Subject: [PATCH 1/2] feat: Add Generate Variations Sidekick plugin config --- tools/sidekick/config.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json index 87afcc47..a45b5a22 100644 --- a/tools/sidekick/config.json +++ b/tools/sidekick/config.json @@ -16,6 +16,15 @@ "isPalette": true, "includePaths": [ "**.docx**" ], "paletteRect": "top: 50px; bottom: 10px; right: 10px; left: auto; width:800px; height: calc(100vh - 60px)" + }, + { + "id": "generate-variations", + "title": "Generate Variations", + "url": "https://experience.adobe.com/#/aem/generate-variations", + "passConfig": true, + "isPalette": false, + "environments": [ "preview", "live", "edit" ], + "includePaths": ["**.docx**"] } ] } From a5a9217c1f499e9f568f8411a86a36cb1115e48e Mon Sep 17 00:00:00 2001 From: Ashish Kayastha Date: Thu, 30 Nov 2023 12:41:20 -0600 Subject: [PATCH 2/2] chore: config cleanup --- tools/sidekick/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json index a45b5a22..346d2410 100644 --- a/tools/sidekick/config.json +++ b/tools/sidekick/config.json @@ -20,9 +20,8 @@ { "id": "generate-variations", "title": "Generate Variations", - "url": "https://experience.adobe.com/#/aem/generate-variations", + "url": "https://experience.adobe.com/aem/generate-variations", "passConfig": true, - "isPalette": false, "environments": [ "preview", "live", "edit" ], "includePaths": ["**.docx**"] }