Browse Source

Update Comment-System.md

pull/8961/head
İlkay İlknur 5 years ago
committed by GitHub
parent
commit
8dd6329eae
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/en/Modules/cms-kit/Comment-System.md

4
docs/en/Modules/cms-kit/Comment-System.md

@ -1,6 +1,6 @@
# Comment System
CMS kit provides a **rating** system to add comments feature to any kind of resource, like blog posts, products, etc. This section describes the details of the comments system.
CMS kit provides a **comment** system to add comments feature to any kind of resource, like blog posts, products, etc. This section describes the details of the comments system.
## Feature
@ -114,4 +114,4 @@ The comment system provides a commenting widget to allow users to send comments
```
You need to specify entity type and entity ID parameters. Entity type represents the group name you specified while defining the comments in the domain module. Entity ID represents the unique identifier for the resource that users send comments to, such as blog post ID or product ID.
For more information about widgets see [widgets](https://docs.abp.io/en/abp/latest/UI/AspNetCore/Widgets) documentation.
For more information about widgets see [widgets](https://docs.abp.io/en/abp/latest/UI/AspNetCore/Widgets) documentation.

Loading…
Cancel
Save