Skip to content

Commit

Permalink
Issue 169 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
jihuang-adobe authored Apr 17, 2024
1 parent 6952258 commit ac19a58
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tools/sidekick/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"project": "Delta",
"plugins": [
{
"id": "asset-library",
"title": "AEM Assets Library",
"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 ac19a58

Please sign in to comment.