Below header slot configuration does not have any impact in the site. added below config in app.module.ts file, but footer config with slots:[] removes the footer section.
imports: [
ConfigModule.withConfig({
layoutSlots: {
header: {
slots: ['SiteLogo', 'MiniCart', 'SearchBox', 'NavigationBar']
},
footer: {
slots: []
}
},
} as LayoutConfig),
BrowserModule,
Any suggestions plz? FYI, Using Spartacus 4.0.0 with Hybris 1905