-
Notifications
You must be signed in to change notification settings - Fork 84
Installation and configuration for Collaborative Editing #2902
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: 4.6
Are you sure you want to change the base?
Conversation
Preview of modified filesPreview of modified Markdown: |
docs/content_management/collaborative_editing/collaborative_editing.md
Outdated
Show resolved
Hide resolved
docs/content_management/collaborative_editing/collaborative_editing_api.md
Outdated
Show resolved
Hide resolved
docs/content_management/collaborative_editing/collaborative_editing_api.md
Outdated
Show resolved
Hide resolved
docs/content_management/collaborative_editing/install_collaborative_editing.md
Show resolved
Hide resolved
code_samples/ change report
|
docs/content_management/collaborative_editing/collaborative_editing_api.md
Show resolved
Hide resolved
docs/content_management/collaborative_editing/collaborative_editing_api.md
Show resolved
Hide resolved
docs/content_management/collaborative_editing/collaborative_editing_api.md
Show resolved
Hide resolved
docs/content_management/collaborative_editing/collaborative_editing_api.md
Show resolved
Hide resolved
// A lot of bundles… | ||
Ibexa\Bundle\Collaboration\IbexaCollaborationBundle::class => ['all' => true], | ||
Ibexa\Bundle\Share\IbexaShareBundle::class => ['all' => true], | ||
Ibexa\Bundle\FieldTypeRichTextRTE\IbexaFieldTypeRichTextRTEBundle::class => ['all' => true], |
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.
What about https://github.com/ibexa/ckeditor-premium/blob/4.6/src/bundle/IbexaCkeditorPremiumBundle.php ?
Also please add a comment here saying that IbexaFieldTypeRichTextRTEBundle
(and IbexaCkeditorPremiumBundle
if needed) should be added only if the agreement with Ibexa is in place etc.
No description provided.