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?
2 Answer(s)
-
0
Hello ,
Open the
GlobalFeatureConfigurator
class in theDomain.Shared
project and place the following code to theConfigure
method 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.