Open Closed

CMSKit Pro Module #8542


User avatar
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)
  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello ,

    Open the GlobalFeatureConfigurator class in the Domain.Shared project and place the following code to the Configure 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.

  • User Avatar
    0
    vaturix created

    Thank you but where is another cms pro modu pages ? blogging etc.

Made with ❤️ on ABP v9.1.0-preview. Updated on December 26, 2024, 06:07