Skip to main content

How to Implement Comment Mode

Comment mode means that users cannot edit the main text, but can only add comments, edit comments, and reply to comments. v7.2 added document comment protection mode. The document owner can set the document to comment protection mode in the document online editing interface. When a document is in comment protection mode, any user editing online can only add comments, edit comments, and reply to comments.

In business systems (especially workflow systems), if you need to control that a user can only operate comments during a certain editing session, the business system needs to specify in the meta information that the user's role for this editing session is a commenter.

{
"role": "commenter"
}