From ac19a58e9f6a540fe4f5e975a6c09ff338157bf4 Mon Sep 17 00:00:00 2001 From: Jian Huang <104863719+jihuang-adobe@users.noreply.github.com> Date: Wed, 17 Apr 2024 19:10:37 -0400 Subject: [PATCH] Issue 169 (#170) Fix #169 Test URLs: - Before: https://main--delta--hlxsites.hlx.page/us/en/skymiles/how-to-earn-miles/overview - After: https://issue-169--delta--hlxsites.hlx.page/us/en/skymiles/how-to-earn-miles/overview --- tools/sidekick/config.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tools/sidekick/config.json 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