Skip to content

Commit 0f39492

Browse files
committed
docs(comments): clarify readOnly behavior
Expand the readOnly description to explain that it hides the reply input and edit action on existing comments, not just prevents new comments.
1 parent 41a42d1 commit 0f39492

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/docs/modules/comments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ modules: {
4141
## Configuration
4242

4343
<ParamField path="modules.comments.readOnly" type="boolean" default="false">
44-
View-only mode, prevents new comments
44+
View-only mode. Hides the reply input and the edit action on existing comments. Users can still read comments and threads but cannot add, edit, or reply.
4545
</ParamField>
4646

4747
<ParamField path="modules.comments.allowResolve" type="boolean" default="true">

0 commit comments

Comments
 (0)