Skip to content

Commit b3f3f2d

Browse files
collaboration permissions described
1 parent 5b5736b commit b3f3f2d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/permissions/permission_use_cases.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@ To create and publish content, users must additionally have the following polici
3939

4040
This also lets the user copy and move content, and add new locations to a content item (but not remove them).
4141

42+
### Collaborate on content
43+
44+
#### Share content
45+
46+
To share a content item and work on it using the [Collaboration feature](collaborative_editing_guide.md), the user needs to have the `content/share` policy.
47+
Users with this policy can share a link to the content with other users, who can then preview the content and, for example, collaborate by providing their review.
48+
49+
#### Real time editing
50+
51+
To use Real-Time Editing, an additional part of the Collaboration feature, the user needs the `real_time_editing/edit` policy.
52+
This policy allows the user to access functionality that enables multiple users (who belong to the same session) to edit the content simultaneously, in real time.
53+
4254
## Move content
4355

4456
To move a content item or a subtree to another location, the user must have the following policies:
@@ -227,6 +239,18 @@ Permissions for the product catalog override permissions for content, therefore,
227239
- `product/view`
228240
- `product/edit`
229241

242+
### Collaborate on product
243+
244+
#### Share product
245+
246+
To share a product and work on it using the [Collaboration feature](collaborative_editing_guide.md), the user needs to have the `product/share` policy.
247+
This policy allows users to generate a link, enabling others to preview the product and participate in collaboration, for example, by leaving a review.
248+
249+
#### Real time editing
250+
251+
To use Real-Time Editing, an additional part of the Collaboration feature, the user needs the `real_time_editing/edit` policy.
252+
This policy grants access to functionality that allows multiple users in the same session to edit the product simultaneously, in real time.
253+
230254
## Commerce [[% include 'snippets/commerce_badge.md' %]]
231255

232256
To control which commerce functionalities are available to store users, you can grant or prevent them access to individual components.

0 commit comments

Comments
 (0)