We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07b5c6 commit 1ff88f4Copy full SHA for 1ff88f4
tools/sidekick/config.json
@@ -0,0 +1,17 @@
1
+{
2
+ "project": "Boilerplate",
3
+ "editUrlLabel": "Document Authoring",
4
+ "editUrlPattern": "https://da.live/edit#/{{org}}/{{site}}{{pathname}}",
5
+ "plugins": [
6
+ {
7
+ "id": "cif",
8
+ "title": "Commerce",
9
+ "environments": [
10
+ "edit"
11
+ ],
12
+ "url": "https://main--svstorefront--Commerce-Demo-System-Storefronts.aem.live/tools/picker/dist/index.html",
13
+ "isPalette": true,
14
+ "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;"
15
+ }
16
+ ]
17
+}
0 commit comments