Skip to content

Commit

Permalink
Add "My Assets" functionality #285 (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-vara authored and cogniSyb committed Dec 12, 2023
1 parent 1d67e27 commit 1a12055
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tools/sidekick/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
"title": "Search",
"environments": [ "dev", "preview", "live", "prod" ],
"url": "/tools/fgrep-attr/fgrep.html"
},
{
"id": "asset-library",
"title": "My Assets",
"environments": [
"edit"
],
"url": "https://experience.adobe.com/solutions/CQ-assets-selectors/static-assets/resources/franklin/asset-selector.html",
"isPalette": true,
"includePaths": [
"**.docx**"
],
"paletteRect": "top: 50px; bottom: 10px; right: 10px; left: auto; width:400px; height: calc(100vh - 60px)"
}
]
}

0 comments on commit 1a12055

Please sign in to comment.