You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/permissions/permission_use_cases.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,18 @@ To create and publish content, users must additionally have the following polici
39
39
40
40
This also lets the user copy and move content, and add new locations to a content item (but not remove them).
41
41
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
+
42
54
## Move content
43
55
44
56
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,
227
239
-`product/view`
228
240
-`product/edit`
229
241
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
+
230
254
## Commerce [[% include 'snippets/commerce_badge.md' %]]
231
255
232
256
To control which commerce functionalities are available to store users, you can grant or prevent them access to individual components.
0 commit comments