abp
abp copied to clipboard
Mvc projede cms kit
Is there an existing issue for this?
- [X] I have searched the existing issues
Description
Mvc projede cms kiti kaynak kodu ile eklemeye çalışınca kodları ve end pointleri getiriyor ancak aside kısmına cms adında bir menü eklemiyor ve cms modülünün sayfalarını göstermiyor.
Uygulanan CLI kodları : abp new MyCmsTestApp -t app -csf cd MyCmsTestApp abp add-module Volo.CmsKit --with-source-code --add-to-solution-file --skip-db-migrations
Reproduction Steps
No response
Expected behavior
No response
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
8.0.1
User Interface
MVC
Database Provider
EF Core (Default)
Tiered or separate authentication server
None (Default)
Operation System
Windows (Default)
Other information
No response
Did you enabled CMS Kit Global Feature in the code?
GlobalFeatureManager.Instance.Modules.CmsKit(cmsKit =>
{
cmsKit.EnableAll();
});
https://docs.abp.io/en/abp/latest/Modules/Cms-Kit/Index#how-to-install