From 9df4bee037d74254c6e700df8c2470108819cca6 Mon Sep 17 00:00:00 2001 From: Rohit Macherla Date: Sun, 14 Nov 2021 21:23:13 +0000 Subject: [PATCH] feat: adding custom settings to the list of options --- html/popup.html | 1 + popup.js | 1 + 2 files changed, 2 insertions(+) diff --git a/html/popup.html b/html/popup.html index 543f3dd..888f628 100644 --- a/html/popup.html +++ b/html/popup.html @@ -38,6 +38,7 @@

Some handy shortcuts in Lightning view:

+ diff --git a/popup.js b/popup.js index 54b8a43..5a5c144 100644 --- a/popup.js +++ b/popup.js @@ -4,6 +4,7 @@ const urlMapping = { "sandboxes": "/lightning/setup/DataManagementCreateTestInstance/home", "debugLogs": "/lightning/setup/ApexDebugLogs/home", "deployments": "/lightning/setup/DeployStatus/home", + "customSettings": "/lightning/setup/CustomSettings/home", "customMetadata": "/lightning/setup/CustomMetadata/home", "devConsole": "/_ui/common/apex/debug/ApexCSIPage", "classic": "/ltng/switcher?destination=classic",