Skip to content

Commit

Permalink
feat: adding custom settings to the list of options
Browse files Browse the repository at this point in the history
  • Loading branch information
markgarg committed Nov 14, 2021
1 parent ace4d52 commit 9df4bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions html/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ <h4>Some handy shortcuts in Lightning view:</h4>
<button data-src="sandboxes">Sandboxes</button>
<button data-src="debugLogs">Debug Logs</button>
<button data-src="deployments">Deployments</button>
<button data-src="customSettings">Custom Settings</button>
<button data-src="customMetadata">Custom Metadata</button>
<button data-src="classic">Switch to Classic</button>
</div>
Expand Down
1 change: 1 addition & 0 deletions popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9df4bee

Please sign in to comment.