Update docs/en/Modules/cms-kit/Blog-System.md

Co-authored-by: İlkay İlknur <ilkay@ilkayilknur.com>
pull/8861/head
Enis Necipoglu 4 years ago committed by GitHub
parent c8ce3543d8
commit f07a86e2de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,7 +22,7 @@ GlobalFeatureManager.Instance.Modules.CmsKit(cmsKit =>
This module follows the [Entity Best Practices & Conventions](https://docs.abp.io/en/abp/latest/Best-Practices/Entities) guide.
- `Blog` _(aggregate root)_: Presents blogs of application.
- `BlogPost`_(aggregate root)_: Presents Blog Posts by Blogs
- `BlogPost`_(aggregate root)_: Presents blog posts in blogs.
- `BlogFeauture`:_(aggregate root)_: Presents blog features enabled/disabled state. Such as reactions, ratings, comments etc.
#### Repositories

Loading…
Cancel
Save