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/content_management/collaborative_editing.md
+46-36Lines changed: 46 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,18 @@ description: Learn about Collaborative editing feature and its capabilities.
4
4
5
5
# Collaborative editing
6
6
7
-
Collaborative editing is a feature that allows multiple users to work on the same content item at the same time.
8
-
The system automatically tracks changes and allows users to collaborate within a single application, without the need for third-party tools.
9
-
Users can work together and use a real-time editor to create and review content live.
10
-
This makes teamwork faster, more efficient, and simplifies content review process.
11
-
It allows to work directly with members of other teams, such as subject matter experts, compliance professionals, and sales representatives, to increase content quality.
7
+
Collaborative editing is a feature that allows multiple users to work on the same content or product - whether to preview, review, or edit it.
8
+
By giving users access to preview the content before it's published, review and collaboration becomes much easier.
9
+
An additional option here is the ability to copy a link to the content item, which allows to share it through communication channels.
10
+
It improves collaboration with members of other teams, such as subject matter experts, compliance professionals, and sales representatives, to increase content quality.
11
+
12
+
A more advanced part of the collaboration feature is the Real-time editing.
13
+
Users can edit and review content in real time, making teamwork faster, more efficient, and streamlining the content review process.
14
+
The system automatically tracks changes, allowing seamless collaboration within a single content item.
12
15
13
16
## Collaboration session
14
17
15
-
When you create a new draft of content item you can invite other users to join a collaboration session, thanks to [CKEditor collaboration features](https://ckeditor.com/ckeditor-5/capabilities/collaboration-features/).
18
+
When you create a new draft of content item you can invite other users to join a collaboration session.
16
19
17
20
To invite collaborators, click the **Share** button, which creates a new collaboration session.
18
21
@@ -22,8 +25,8 @@ Then, in a pop-up window, you can invite users to newly created session.
22
25
23
26
!!! note
24
27
25
-
Only the Owner can invite other users and initiate collaboration session.
26
-
You can only invite users with permissions.
28
+
Only the owner can invite other users and initiate collaboration session.
29
+
You can only invite users with Collaboration permissions to access the shared content.
27
30
Users without permissions are grayed out and you can't select them and invite them to the session.
28
31
29
32
You can invite two types of users:
@@ -32,10 +35,12 @@ You can invite two types of users:
-**External** - by providing their email address in the field. They can only preview the content item (editing option isn't available, it's greyed out).
38
+
-**External** - by providing their email address in the field. They can only preview the content item (editing option isn't available, it's grayed out).
To confirm the provided email address, press the **Enter** key on your keyboard.
43
+
39
44
After inviting the user by clicking the **Invite** button, they appear in the *People with access* list.
40
45
In the same pop-up window, you can change the type of access for specific user, for example, by granting them the ability to preview the content, or remove access.
41
46
To do it, click the **Arrow symbol** and select the option from the list.
@@ -53,7 +58,7 @@ After inviting users to a collaboration session, they receive a notification:
Collaboration session begins when first invited user accepts the invitation and joins the session, and ends when the Owner performs one of the action:
61
+
Collaboration session begins when first invited user accepts the invitation and joins the session, and ends when the owner performs one of the action:
57
62
58
63
- save and close
59
64
- publish the content (including "Publish later" option)
@@ -64,10 +69,33 @@ Collaboration session begins when first invited user accepts the invitation and
64
69
65
70
Each user can leave collaboration session anytime or rejoin it.
66
71
72
+
### Real-time collaboration
73
+
74
+
Real-time collaboration is an advanced option of the Collaborative editing feature.
75
+
It works by syncing changes in real time, so everyone can see updates instantly.
76
+
Avatars of the users invited to collaboration session are visible at the top of the editing screen, also in distraction free mode.
77
+
78
+
Users can edit the content or product only if an administrator gives them the necessary permissions.
79
+
These permissions must be set before the user is invited to the session, otherwise the **Edit** access option is unavailable (grayed out).
80
+
81
+
While editing Rich Text fields, you can see colored tracking tags with user avatar thumbnails that indicate who is currently working on it.
82
+
83
+

84
+
85
+
This allows other users in the same session, who are working the same content, to see what each person is editing in real time.
86
+
87
+
You can see all users belonging to a given content item's collaboration session.
88
+
All users avatars are displayed at the top of the content item editing window, also in distraction free mode.
89
+
90
+
When you hover over the user avatar, the user’s first and last name is displayed.
91
+
If you want to see all participants list, click at the avatars group.
92
+
93
+

94
+
67
95
## Editing content item
68
96
69
97
Collaborative editing is enabled in Rich Text fields.
70
-
Other fields are disabled and can be only edited by the Owner of the content item.
98
+
Other fields are disabled and can be only edited by the owner of the content item.
71
99
72
100
Collaboration is available for the following content types containing Rich Text fields:
73
101
@@ -76,37 +104,19 @@ Collaboration is available for the following content types containing Rich Text
76
104
- Form
77
105
- Product category
78
106
- Custom content types
79
-
-Product (without variants)
107
+
-Custom product types (without variants)
80
108
81
109
There are two modes of the collaboration:
82
110
83
111
-**Real-time (online)** - editing content at the same time with real-time tracking of the presence and changes of other users
84
-
-**Asynchronous** - ediitng content in different time, saving changes as new version
85
-
86
-
Only the Owner can publish content, save it, delete the draft, or publish it.
87
-
Changes are automatically saved when the Owner saves or publishes the content.
88
-
Users can continue collaboration without the Owner presence, but they cannot save, or publish changes.
89
-
90
-
### Real-time collaboration
112
+
-**Asynchronous** - editing content independently
91
113
92
-
Real-time collaboration is a premium feature thtat works by syncing changes in real time, so everyone can see updates instantly.
93
-
Avatars of the users invited to collaboration session are visible at the top of the editing screen, also in distraction free mode.
94
-
While editing Rich Text fields, you can see colored tracking tags with user avatar thumbnails that indicate who is currently working on it.
95
-
96
-

114
+
!!! warning
97
115
98
-
Thanks to this, other users in the same session and editing the same piece of the content item at the same time, can see the actions and editing elements performed by a specific user.
99
-
100
-
You can see all users belonging to a given content item's collaboration session.
101
-
All users avatars are displayed:
102
-
103
-
- at the top of the content item editing window
104
-
- in distraction free mode
105
-
106
-
When you hover over the user avatar, the user’s first and last name is displayed.
107
-
If you want to see all participants list, click at the avatars group.
108
-
109
-

116
+
Only the owner can publish content, save it, delete the draft, or publish it.
117
+
Changes are automatically saved when the owner saves or publishes the content.
118
+
Users can continue collaboration without the owner presence, but they cannot save, or publish changes.
119
+
They can also leave collaboration session any time without losing data.
0 commit comments