@@ -16,45 +16,45 @@ const config: App = {
1616 // Layouts
1717 {
1818 slotId : 'org.openedx.frontend.slot.header.desktop.v1' ,
19- id : 'default.header.desktop.layout ' ,
19+ id : 'org.openedx.frontend.widget.defaultHeader.desktopLayout.v1 ' ,
2020 op : WidgetOperationTypes . APPEND ,
2121 component : DesktopLayout
2222 } ,
2323 {
2424 slotId : 'org.openedx.frontend.slot.header.mobile.v1' ,
25- id : 'default.header.mobile.layout ' ,
25+ id : 'org.openedx.frontend.widget.defaultHeader.mobileLayout.v1 ' ,
2626 op : WidgetOperationTypes . APPEND ,
2727 component : MobileLayout
2828 } ,
2929
3030 // Desktop
3131 {
3232 slotId : 'org.openedx.frontend.slot.header.desktopLeft.v1' ,
33- id : 'default.header.desktop.logo ' ,
33+ id : 'org.openedx.frontend.widget.defaultHeader.desktopLogo.v1 ' ,
3434 op : WidgetOperationTypes . APPEND ,
3535 element : < Logo /> ,
3636 } ,
3737 {
3838 slotId : 'org.openedx.frontend.slot.header.desktopLeft.v1' ,
39- id : 'default.header.desktop.courseInfo ' ,
39+ id : 'org.openedx.frontend.widget.defaultHeader.desktopCourseInfo.v1 ' ,
4040 op : WidgetOperationTypes . APPEND ,
4141 component : CourseInfo
4242 } ,
4343 {
4444 slotId : 'org.openedx.frontend.slot.header.desktopLeft.v1' ,
45- id : 'default.header.desktop.primaryLinks ' ,
45+ id : 'org.openedx.frontend.widget.defaultHeader.desktopPrimaryLinks.v1 ' ,
4646 op : WidgetOperationTypes . APPEND ,
4747 component : PrimaryNavLinks
4848 } ,
4949 {
5050 slotId : 'org.openedx.frontend.slot.header.desktopRight.v1' ,
51- id : 'default.header.desktop.secondaryLinks ' ,
51+ id : 'org.openedx.frontend.widget.defaultHeader.desktopSecondaryLinks.v1 ' ,
5252 op : WidgetOperationTypes . APPEND ,
5353 component : SecondaryNavLinks
5454 } ,
5555 {
5656 slotId : 'org.openedx.frontend.slot.header.desktopRight.v1' ,
57- id : 'default.header.desktop.authenticatedMenu ' ,
57+ id : 'org.openedx.frontend.widget.defaultHeader.desktopAuthenticatedMenu.v1 ' ,
5858 op : WidgetOperationTypes . APPEND ,
5959 element : < AuthenticatedMenu /> ,
6060 condition : {
@@ -63,7 +63,7 @@ const config: App = {
6363 } ,
6464 {
6565 slotId : 'org.openedx.frontend.slot.header.desktopRight.v1' ,
66- id : 'default.header.desktop.anonymousMenu ' ,
66+ id : 'org.openedx.frontend.widget.defaultHeader.desktopAnonymousMenu.v1 ' ,
6767 op : WidgetOperationTypes . APPEND ,
6868 element : < AnonymousMenu /> ,
6969 condition : {
@@ -74,19 +74,19 @@ const config: App = {
7474 // Mobile
7575 {
7676 slotId : 'org.openedx.frontend.slot.header.mobileCenter.v1' ,
77- id : 'default.header.mobile.logo ' ,
77+ id : 'org.openedx.frontend.widget.defaultHeader.mobileLogo.v1 ' ,
7878 op : WidgetOperationTypes . APPEND ,
7979 element : < Logo /> ,
8080 } ,
8181 {
8282 slotId : 'org.openedx.frontend.slot.header.mobileMenu.v1' ,
83- id : 'default.header.mobile.menuLinks ' ,
83+ id : 'org.openedx.frontend.widget.defaultHeader.mobileMenuLinks.v1 ' ,
8484 op : WidgetOperationTypes . APPEND ,
8585 component : MobileNavLinks
8686 } ,
8787 {
8888 slotId : 'org.openedx.frontend.slot.header.mobileRight.v1' ,
89- id : 'default.header.mobile.authenticatedMenu ' ,
89+ id : 'org.openedx.frontend.widget.defaultHeader.mobileAuthenticatedMenu.v1 ' ,
9090 op : WidgetOperationTypes . APPEND ,
9191 element : < AuthenticatedMenu /> ,
9292 condition : {
@@ -95,7 +95,7 @@ const config: App = {
9595 } ,
9696 {
9797 slotId : 'org.openedx.frontend.slot.header.mobileRight.v1' ,
98- id : 'default.header.mobile.anonymousMenu ' ,
98+ id : 'org.openedx.frontend.widget.defaultHeader.mobileAnonymousMenu.v1 ' ,
9999 op : WidgetOperationTypes . APPEND ,
100100 element : < AnonymousMenu /> ,
101101 condition : {
0 commit comments