Skip to content

Commit

Permalink
Merge pull request #83 from adobecom/MWPW-143414-library-config
Browse files Browse the repository at this point in the history
Mwpw 143414 library config
  • Loading branch information
vhargrave authored Oct 31, 2024
2 parents f674660 + 772dbf7 commit 0953b84
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tools/sidekick/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
{
"plugins": [
{
"id": "path",
"title": "Path",
"environments": [ "edit" ],
"url": "https://milo.adobe.com/tools/path-finder",
"isPalette": true,
"passReferrer": true,
"passConfig": true,
"paletteRect": "top: 50%; left: 50%; transform: translate(-50%,-50%); height: 84px; width: 900px; overflow: hidden; border-radius: 6px; box-shadow: 0 20px 35px 0px rgba(0, 0, 0, 0.5);",
"includePaths": [ "**.docx**", "**.xlsx**" ]
},
{
"id": "docs",
"title": "Docs",
"url": "https://main--express--adobecom.hlx.live/docs/",
"environments": [ "edit" ],
"excludePaths": [ "/**" ],
"includePaths": [ "**.docx**" ]
},
{
"id": "library",
"title": "Library",
Expand Down

0 comments on commit 0953b84

Please sign in to comment.