Skip to content

Commit c298211

Browse files
fixes - part 2
1 parent 3a9ed35 commit c298211

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/content_management/collaborative_editing/install_collaborative_editing.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If you have an arrangements with [[= product_name_base =]] to use Real-time edit
2525
composer require ibexa/fieldtype-richtext-rte
2626
```
2727

28-
This command adds the new real-time editing functionality to the Rich Text field type.
28+
This command instals also `ibexa/ckeditor-premium` package and adds the new real-time editing functionality to the Rich Text field type.
2929
It also modifies the permission system to account for the new functionality.
3030

3131
## Configure Collaborative editing
@@ -75,8 +75,6 @@ After an installation process is finished, go to `config/packages/security.yaml`
7575

7676
```yaml
7777
providers:
78-
ibexa:
79-
id: ibexa.security.user_provider
8078
shared:
8179
id: Ibexa\Collaboration\Security\User\ShareableLinkUserProvider
8280
```

0 commit comments

Comments
 (0)