Skip to content

Commit

Permalink
Merge pull request #682 from adobecom/rgclayton-path-finder
Browse files Browse the repository at this point in the history
  • Loading branch information
Blainegunn authored Jun 5, 2024
2 parents c5e8704 + dcec89c commit 66da175
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tools/sidekick/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
"project": "DC",
"host": "www.adobe.com",
"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": "library",
"title": "Library",
Expand Down

0 comments on commit 66da175

Please sign in to comment.