-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Docs: adding multi-root editor to predefined builds. #13557
Conversation
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.
One note regarding the image. IIRC, in the example that I prepared, the bottom boxes shoud have the same height.
Load the multi-root editor build (here, the [CDN](https://cdn.ckeditor.com/) location is used): | ||
|
||
```html | ||
<script src="https://cdn.ckeditor.com/ckeditor5/{@var ckeditor5-version}/multi-root/ckeditor.js"></script> |
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.
Let's make sure that it will be available on CDN :D. Who is responsible for this?
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.
Ask Robert about it. I believe.
The recent push concerns cksource/ckeditor5-internal#2797 |
Suggested merge commit message (convention)
Docs: adding multi-root editor to predefined builds. Closes #13536.
Additional information
Only proceed after #13532 is merged.