From f7c414390bd4ee6d3a6081a14bfe642d4e014d58 Mon Sep 17 00:00:00 2001 From: Rafal Janicki Date: Wed, 22 Jan 2025 09:34:35 +0000 Subject: [PATCH] Add plugin to Sidekick config --- tools/sidekick/config.json | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json index 5c3d66f700..2a8fa3ed99 100644 --- a/tools/sidekick/config.json +++ b/tools/sidekick/config.json @@ -1,15 +1,25 @@ { - "project": "Boilerplate", - "plugins": [ - { - "id": "cif", - "title": "Commerce", - "environments": [ - "edit" - ], - "url": "https://main--aem-boilerplate-commerce--hlxsites.hlx.live/tools/picker/dist/index.html", - "isPalette": true, - "paletteRect": "top: 54px; left: 5px; bottom: 5px; width: 300px; height: calc(100% - 59px); border-radius: var(--hlx-sk-button-border-radius); overflow: hidden; resize: horizontal;" - } - ] + "project": "Boilerplate", + "plugins": [ + { + "id": "products", + "title": "Commerce", + "environments": [ + "edit" + ], + "url": "https://main--aem-boilerplate-commerce--hlxsites.hlx.live/tools/picker/dist/index.html", + "isPalette": true, + "paletteRect": "top: 54px; left: 5px; bottom: 5px; width: 300px; height: calc(100% - 59px); border-radius: var(--hlx-sk-button-border-radius); overflow: hidden; resize: horizontal;" + }, + { + "id": "personalisation", + "title": "Personalisation", + "environments": [ + "edit" + ], + "url": "https://main--aem-boilerplate-commerce--hlxsites.hlx.live/tools/segments/dist/index.html", + "isPalette": true, + "paletteRect": "top: 54px; left: 5px; bottom: 5px; width: 300px; height: calc(100% - 59px); border-radius: var(--hlx-sk-button-border-radius); overflow: hidden; resize: horizontal;" + } + ] } \ No newline at end of file