From 1173d309685326eeabecce2a8a6c9a1863f51555 Mon Sep 17 00:00:00 2001 From: Brandon Marshall Date: Wed, 4 Sep 2024 15:26:44 -0700 Subject: [PATCH] MWPW-154219 Add bulk operations to sidekick --- tools/sidekick/config.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json index 7cca55f..e6b8a47 100644 --- a/tools/sidekick/config.json +++ b/tools/sidekick/config.json @@ -93,6 +93,13 @@ "url": "https://main--bacom-blog--adobecom.hlx.live/tools/tag-selector", "isPalette": true, "paletteRect": "top: 150px; left: 7%; height: 675px; width: 85vw;" + }, + { + "containerId": "tools", + "id": "bulk", + "title": "Bulk operations", + "environments": [ "edit", "dev", "preview", "live" ], + "url": "https://main--bacom-blog--adobecom.hlx.page/tools/bulk" } ] }