Browse Source
Update CMSKit docs according to readonly support
pull/17925/head
Enis Necipoglu
3 years ago
No known key found for this signature in database
GPG Key ID: 1EC55E13241E1680
2 changed files with
3 additions and
1 deletions
-
docs/en/Modules/Cms-Kit/Comments.md
-
docs/en/Modules/Cms-Kit/Ratings.md
|
|
|
@ -53,6 +53,7 @@ The comment system provides a commenting [widget](../../UI/AspNetCore/Widgets.md |
|
|
|
{ |
|
|
|
entityType = "Product", |
|
|
|
entityId = "...", |
|
|
|
isReadOnly = false, |
|
|
|
referralLinks = new [] {"nofollow"} |
|
|
|
}) |
|
|
|
``` |
|
|
|
|
|
|
|
@ -41,7 +41,8 @@ The ratings system provides a rating widget to allow users send ratings to resou |
|
|
|
@await Component.InvokeAsync(typeof(RatingViewComponent), new |
|
|
|
{ |
|
|
|
entityType = "Product", |
|
|
|
entityId = "entityId" |
|
|
|
entityId = "entityId", |
|
|
|
isReadOnly = false |
|
|
|
}) |
|
|
|
``` |
|
|
|
|
|
|
|
|