diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json index f920d91f..8d4c896b 100644 --- a/tools/sidekick/config.json +++ b/tools/sidekick/config.json @@ -8,6 +8,15 @@ "isPalette": true, "paletteRect": "top: auto; bottom: 20px; left: 20px; height: 398px; width: 360px;", "url": "/block-library/library" + }, + { + "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)" } ] -} \ No newline at end of file +}