File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/Umbraco.Web.UI.Client/src/packages/core/_temp-poc-location Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const manifests: Array<UmbExtensionManifest | UmbExtensionManifestKind> =
5
5
type : 'dashboardApp' ,
6
6
alias : 'Umb.DashboardApp.CertificationIntro' ,
7
7
name : 'Certification Intro Dashboard App' ,
8
- weight : 400 ,
8
+ weight : 100 ,
9
9
element : ( ) => import ( './certification-intro-dashboard-app.element.js' ) ,
10
10
meta : {
11
11
headline : '#settingsDashboard_trainingHeader' ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const manifests: Array<UmbExtensionManifest | UmbExtensionManifestKind> =
5
5
type : 'dashboardApp' ,
6
6
alias : 'Umb.DashboardApp.CommunityIntro' ,
7
7
name : 'Community Intro Dashboard App' ,
8
- weight : 400 ,
8
+ weight : 200 ,
9
9
element : ( ) => import ( './community-intro-dashboard-app.element.js' ) ,
10
10
meta : {
11
11
headline : '#settingsDashboard_communityHeader' ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const manifests: Array<UmbExtensionManifest | UmbExtensionManifestKind> =
5
5
type : 'dashboardApp' ,
6
6
alias : 'Umb.DashboardApp.DocumentationIntro' ,
7
7
name : 'Documentation Intro Dashboard App' ,
8
- weight : 400 ,
8
+ weight : 300 ,
9
9
element : ( ) => import ( './documentation-intro-dashboard-app.element.js' ) ,
10
10
meta : {
11
11
headline : '#settingsDashboard_documentationHeader' ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const manifests: Array<UmbExtensionManifest | UmbExtensionManifestKind> =
5
5
type : 'dashboardApp' ,
6
6
alias : 'Umb.DashboardApp.SupportIntro' ,
7
7
name : 'Support Intro Dashboard App' ,
8
- weight : 400 ,
8
+ weight : 500 ,
9
9
element : ( ) => import ( './support-intro-dashboard-app.element.js' ) ,
10
10
meta : {
11
11
headline : '#settingsDashboard_supportHeader' ,
You can’t perform that action at this time.
0 commit comments