-
Notifications
You must be signed in to change notification settings - Fork 83
IBX-9737: Collaborative editing described in Developer Documentation - v4.6 #2721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 5.0
Are you sure you want to change the base?
Conversation
|
||
# Install Collaborative editing | ||
|
||
Collaborative editing feature is available as an LTS update to [[= product_name =]] starting with version v5.0 or higher, regardless of its edition. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4.6 as opt-in, 5.0 build-in
composer require ibexa/collaboration | ||
composer require ibexa/share | ||
composer require ibexa/fieldtype-richtext-rte | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
composer require ibexa/share installs also ibexa/collaboration. The same situation for composer require ibexa/fieldtype-richtext-rte - installs also ibexa/ckeditor-premium.
Installing ibexa/collaboration does not include installing ibexa/share :)
docs/content_management/collaborative_editing/install_collaborative_editing.md
Show resolved
Hide resolved
- Invitation ID: | ||
|
||
``` php | ||
[[= include_file('code_samples/api/public_php_api/src/Command/(?).php', , ) =]] | ||
``` | ||
|
||
- Session ID: | ||
|
||
- Participant ID: | ||
|
||
- Invitation status: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are Criteria which allows to find invitations: https://github.com/ibexa/collaboration/tree/4.6/src/contracts/Invitation/Query/Criterion
@julitafalcondusza, we also need to cover security configurations: In
|
Collaborative editing described in Developer Documentation
Checklist