Browse Source

Update CMSKit docs according to readonly support

pull/17925/head
Enis Necipoglu 3 years ago
parent
commit
8219b064e2
No known key found for this signature in database GPG Key ID: 1EC55E13241E1680
  1. 1
      docs/en/Modules/Cms-Kit/Comments.md
  2. 3
      docs/en/Modules/Cms-Kit/Ratings.md

1
docs/en/Modules/Cms-Kit/Comments.md

@ -53,6 +53,7 @@ The comment system provides a commenting [widget](../../UI/AspNetCore/Widgets.md
{
entityType = "Product",
entityId = "...",
isReadOnly = false,
referralLinks = new [] {"nofollow"}
})
```

3
docs/en/Modules/Cms-Kit/Ratings.md

@ -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
})
```

Loading…
Cancel
Save