0
innovawide created
- ABP Framework version: v7.2.1
- UI Type: MVC / Blazor WASM
- Database System: EF Core (SQL Server, )
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace: I cant add the main header menu on my project, is there any permission to manage?
- Steps to reproduce the issue:
3 Answer(s)
-
0
Hello,
Could you please share the steps to reproduce the issue or any screenshots? Actually, I am not getting your question exactly please elaborate it.
thanks
-
0
Hello,
If you want to change sidemenu to topmenu add below code in your
Web.Module.cs
Configure<LeptonXThemeMvcOptions>(options => { options.ApplicationLayout = LeptonXMvcLayouts.TopMenu; });
please let me know if anything else required
Thanks
-
0