diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json new file mode 100644 index 0000000..a1e963b --- /dev/null +++ b/tools/sidekick/config.json @@ -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)" + } + ] +} \ No newline at end of file