@ -7,11 +7,11 @@ This module provides CMS (Content Management System) capabilities for your appli
The following features are currently available:
* Provides a [**page** ](Pages.md ) management system to manage dynamic pages with dynamic URLs.
* Provides a [**blog **](Blog-System .md) system to create publish blog posts with multiple blog support.
* Provides a [**tagging** ](Tag -Management .md) system to tag any kind of resource, like a blog post.
* Provides a [**comment** ](Comment -Sy stem .md) system to add comments feature to any kind of resource, like blog post or a product review page.
* Provides a [**reaction** ](Reaction -Sy stem .md) system to add reactions (smileys) feature to any kind of resource, like a blog post or a comment.
* Provides a [**rating** ](Rating -Sy stem .md) system to add rating feature to any kind of resource.
* Provides a [**blog ging**](Blogging .md) system to create publish blog posts with multiple blog support.
* Provides a [**tagging** ](Tag s .md) system to tag any kind of resource, like a blog post.
* Provides a [**comment** ](Comment s.md) system to add comments feature to any kind of resource, like blog post or a product review page.
* Provides a [**reaction** ](Reaction s.md) system to add reactions (smileys) feature to any kind of resource, like a blog post or a comment.
* Provides a [**rating** ](Rating s.md) system to add rating feature to any kind of resource.
Click to a feature to understand and learn how to use it.
@ -33,7 +33,7 @@ GlobalFeatureManager.Instance.Modules.CmsKit(cmsKit =>
});
```
Instead of enabling all, you may prefer to enable the features one by one. The following example enables only the [tags ](Tag -Management.md) and [comments ](Comment-System .md) features:
Instead of enabling all, you may prefer to enable the features one by one. The following example enables only the [tags ](Tag s.md) and [comments ](Comments .md) features:
````csharp
GlobalFeatureManager.Instance.Modules.CmsKit(cmsKit =>