Skip to content

Commit

Permalink
Add plugin to Sidekick config
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4de committed Jan 22, 2025
1 parent 4032e11 commit f7c4143
Showing 1 changed file with 23 additions and 13 deletions.
36 changes: 23 additions & 13 deletions tools/sidekick/config.json
Original file line number Diff line number Diff line change
@@ -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;"
}
]
}

0 comments on commit f7c4143

Please sign in to comment.