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