Browse Source

Docs: CMS Kit Pro package requirements

Add an Important note to docs/en/modules/cms-kit-pro/index.md clarifying that CMS Kit Pro requires both the base Volo.CmsKit.* packages and the Volo.CmsKit.Pro.* packages. Notes that the `abp add-module Volo.CmsKit.Pro` command will handle this automatically, but if adding packages manually you must include both sets.
pull/24896/head
Enis Necipoglu 1 month ago
parent
commit
b2ece0b0e5
  1. 5
      docs/en/modules/cms-kit-pro/index.md

5
docs/en/modules/cms-kit-pro/index.md

@ -54,6 +54,11 @@ If you want to add the CMS kit to your existing solution, you can use the ABP CL
```bash
abp add-module Volo.CmsKit.Pro
```
> **Important**: CMS Kit Pro requires both the Pro packages **and** the base CMS Kit packages. The `add-module` command handles this automatically, but if you're adding packages manually, you need both:
> - `Volo.CmsKit.*` packages (base CMS Kit)
> - `Volo.CmsKit.Pro.*` packages (Pro features)
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.
```csharp

Loading…
Cancel
Save