Skip to content

Commit d2daf0f

Browse files
fixes
1 parent 18f8448 commit d2daf0f

File tree

3 files changed

+35
-12
lines changed

3 files changed

+35
-12
lines changed

docs/content_management/collaborative_editing_guide.md renamed to docs/content_management/collaborative_editing/collaborative_editing_guide.md

Lines changed: 32 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: The collaborative editing product guide provides a full description
66

77
## What is collaborative editing
88

9-
Collaborative editing enables multiple users to work on the same content simultaneously.
9+
Collaborative editing is a feature that enables multiple users to work on the same content simultaneously - edit specific parts of the content or review them.
1010
The system automatically tracks changes, allowing seamless collaboration within a single content item.
1111
Users can edit and review content in real time, making teamwork faster, more efficient, and streamlining the content review process.
1212

@@ -16,25 +16,45 @@ Collaborative editing is available in all [[= product_name =]] editions.
1616

1717
## How does collaborative editing work
1818

19-
Collaborative editing allows to work together on the same content item in real time.
19+
Collaborative editing allows to work together on the same content item.
2020
This is done through a collaboration session.
2121

22-
When you create a new draft of a content item, you can start a collaboration session by clicking the **Share** button.
22+
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/).
2323
This action generates a unique session for that draft.
24-
You can invite other users to join the session, both internal and external.
25-
Once they accept the invitation, they are able to join you in the editor and make changes in real time.
2624

27-
Everyone in the session can see each other's updates as they happen—no more switching between tools or waiting for feedback.
25+
You can invite other users to join the session, both internal and external:
26+
27+
- **Internal** - by searching their name or email address. These users can either edit the content item or preview it, depending on your choice.
28+
- **External** - by providing their email address in the field. They can only preview the content item.
29+
30+
Once they accept the invitation, they are able to join you in editing content item or reviewing it.
31+
32+
![Collaborative editing - invitation](img/collaboration_invitation.png)
33+
34+
You can change the access for the users anytime - change the access or remove it.
35+
36+
Additionally, you can share a direct link to the collaborative session using a **Copy link** button.
37+
Link is copied to the clipboard and you can share it with the users through communication channels.
38+
39+
After inviting users to a collaboration session, users receive a notification visible on the main dashboard or by email.
40+
41+
### Real-time editing
42+
43+
Real-time collaboration is a premium feature thtat works by syncing changes in real time, so everyone can see updates instantly.
44+
Avatars of the users invited to collaboration session are visible at the top of the editing screen, also in distraction free mode.
45+
While editing Rich Text fields, you can see colored tracking tags with user avatar thumbnails that indicate who is currently working on it.
46+
47+
Everyone in the session can see each other's updates as they happen — no more switching between tools or waiting for feedback.
2848
This makes content creation and review faster, more interactive, and much easier to manage as a team.
2949

3050
## Capabilities
3151

3252
### Editing content item
3353

34-
Real-time collaboration is enabled in rich text fields.
54+
Collaborative editing is enabled in Rich Text fields.
3555
Other fields are disabled and can be only edited by the owner of the content item.
3656

37-
Real-time collaboration is available for the following content types containing rich text fields:
57+
Collaboration is available for the following content types containing Rich Text fields:
3858

3959
- Article
4060
- Folder
@@ -45,9 +65,9 @@ Real-time collaboration is available for the following content types containing
4565

4666
## How to get started
4767

48-
To start collaborative editing, you need to invite collaborators.
49-
To do it, click the **Share** button, which creates a new collaboration session.
50-
Then, in a pop-up window, you can invite users to newly created session.
68+
To start collaborative editing, you need to invite collaborators using the **Share** button.
69+
70+
Collaboration session begins when first invited user accepts the invitation and joins the session
5171

5272
## Benefits
5373

@@ -63,7 +83,7 @@ Team members can work together and finalize content in a fraction of the time it
6383

6484
### Enhanced teamwork
6585

66-
All the users invitated to the collaboration session can share ideas, make suggestions, and refine each other’s work in a shared environment, fostering a stronger sense of team ownership and collaboration.
86+
All the users invitated to the collaboration session can share ideas, make suggestions, and refine each other’s work in a shared environment, creating a stronger sense of team ownership and collaboration.
6787

6888
### Seamless feedback loop
6989

docs/product_guides/product_guides.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Discover the primary ones with the help of product guides. Condensed content all
1515
"content_management/rich_text/online_editor_guide",
1616
"content_management/pages/page_builder_guide",
1717
"content_management/forms/form_builder_guide",
18+
"content_managements/collaborative_editing/collaborative_editing_guide",
1819
"customer_management/customer_portal",
1920
"personalization/personalization_guide",
2021
"pim/pim_guide",

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ nav:
274274
- Time field type: content_management/field_types/field_type_reference/timefield.md
275275
- URL field type: content_management/field_types/field_type_reference/urlfield.md
276276
- User field type: content_management/field_types/field_type_reference/userfield.md
277+
- Collaborative editing:
278+
- Collaborative editing product guide: content_management/collaborative_editing/collaborative_editing_guide.md
277279
- Templating:
278280
- Templating: templating/templating.md
279281
- Render content:

0 commit comments

Comments
 (0)