0
vaturix created
Hello, we have installed our Abp layered project but then we decided to install the cmskit pro module. We installed it with suite but the cmskit module did not come to the interface. What should we do for this?
3 Answer(s)
-
0
Hello ,
Open the
GlobalFeatureConfiguratorclass in theDomain.Sharedproject and place the following code to theConfiguremethod to enable all open-source and commercial features in the CMS Kit module.GlobalFeatureManager.Instance.Modules.CmsKitPro(cmsKitPro => { cmsKitPro.EnableAll(); });Please try this code.
Thank you.
-
0
Thank you but where is another cms pro modu pages ? blogging etc.
-
0
Hi:
Enable cms feature, and assign the permissions to the role.
- https://abp.io/docs/latest/modules/cms-kit
- https://abp.io/docs/latest/modules/cms-kit-pro
