diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json index 41feb63165..f10bc20eac 100644 --- a/tools/sidekick/config.json +++ b/tools/sidekick/config.json @@ -9,6 +9,14 @@ "isPalette": true, "includePaths": ["**.docx**"], "paletteRect": "top: 50px; bottom: 10px; right: 10px; left: auto; width:400px; height: calc(100vh - 60px)" + }, + { + "id": "generate-variations", + "title": "Generate Variations", + "url": "https://experience.adobe.com/aem/generate-variations", + "passConfig": true, + "environments": ["preview","live", "edit"], + "includePaths": ["**.docx**"] } ] }