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?


3 Answer(s)
  • User Avatar
    0
    Anjali_Musmade created
    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();
    });
    

    image.png

    Please try this code.

    Thank you.

  • User Avatar
    0
    vaturix created

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

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi:

    Enable cms feature, and assign the permissions to the role.

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on April 10, 2025, 12:38