From ce239cf510b1baa53893e644dba16223b19336b8 Mon Sep 17 00:00:00 2001 From: Satya Deep Maheshwari Date: Wed, 10 Jan 2024 12:22:02 +0530 Subject: [PATCH] Trying our ai plugin --- tools/sidekick/config.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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**"] } ] }