We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff9cc8e + 8ede3b0 commit bc2a6e0Copy full SHA for bc2a6e0
.vscode/settings.json
@@ -31,5 +31,6 @@
31
},
32
"scratch.default.permissionsets": [
33
"NKS_Base_Scratch_Group"
34
- ]
+ ],
35
+ "xml.preferences.showSchemaDocumentationType": "none"
36
}
force-app/nksHomePage/lwc/nksHomePageHighlightPanelMid/nksHomePageHighlightPanelMid.js
@@ -9,6 +9,10 @@ export default class NksHomePageHighlightPanelMid extends LightningElement {
9
imageUrl: `${bobLogo}#logo`,
10
showImage: true
11
12
+ {
13
+ title: 'Min statistikk',
14
+ url: 'https://visbi-ns.adeo.no/t/Felles/views/NKS-Innsiktforveileder/Forside'
15
+ },
16
{
17
title: 'Teknisk hjelp - IT',
18
url: 'https://navno.sharepoint.com/sites/enhet-kontaktsenter/SitePages/Teknisk-hjelp---Prosjektgruppe.aspx'
0 commit comments