Remove Easy Image references from documentation.#20041
Open
mmotyczynska wants to merge 2 commits intostablefrom
Open
Remove Easy Image references from documentation.#20041mmotyczynska wants to merge 2 commits intostablefrom
mmotyczynska wants to merge 2 commits intostablefrom
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix prepared fixes for both issues found in the latest run.
- ✅ Fixed: Removing EasyImage breaks image upload in bootstrap example
- Added
CloudServicesUploadAdapterimport and plugin registration soImageUploadhas a Cloud Services upload adapter again.
- Added
- ✅ Fixed: Removing EasyImage leaves no upload adapter in snippet
- Added
CloudServicesUploadAdapterto the bottom-toolbar snippet imports and plugin list to restore file upload handling.
- Added
Or push these changes by commenting:
@cursor push 0257c62adb
Preview (0257c62adb)
diff --git a/docs/_snippets/examples/bottom-toolbar-editor.js b/docs/_snippets/examples/bottom-toolbar-editor.js
--- a/docs/_snippets/examples/bottom-toolbar-editor.js
+++ b/docs/_snippets/examples/bottom-toolbar-editor.js
@@ -8,7 +8,7 @@
ToolbarView, createDropdown, Essentials, Heading, HorizontalLine, Image,
ImageInsert, ImageCaption, ImageStyle, ImageToolbar, ImageUpload, ImageResize, Link,
MediaEmbed, Paragraph, RemoveFormat, Bold, Italic, Strikethrough, Superscript, Subscript,
- Underline, Table, TableToolbar
+ Underline, Table, TableToolbar, CloudServicesUploadAdapter
} from 'ckeditor5';
import {
CS_CONFIG,
@@ -119,6 +119,7 @@
ImageStyle,
ImageToolbar,
ImageUpload,
+ CloudServicesUploadAdapter,
Indent,
Italic,
Link,
diff --git a/packages/ckeditor5-ui/docs/_snippets/examples/bootstrap-ui.js b/packages/ckeditor5-ui/docs/_snippets/examples/bootstrap-ui.js
--- a/packages/ckeditor5-ui/docs/_snippets/examples/bootstrap-ui.js
+++ b/packages/ckeditor5-ui/docs/_snippets/examples/bootstrap-ui.js
@@ -11,6 +11,7 @@
UnderlineEditing,
Clipboard,
CloudServices,
+ CloudServicesUploadAdapter,
Editor,
ElementApiMixin,
attachToForm,
@@ -280,7 +281,7 @@
BootstrapEditor
.create( $( '#editor' ).get( 0 ), {
plugins: [
- Clipboard, Enter, Typing, Paragraph, Image, ImageUpload, CloudServices,
+ Clipboard, Enter, Typing, Paragraph, Image, ImageUpload, CloudServices, CloudServicesUploadAdapter,
BoldEditing, ItalicEditing, UnderlineEditing, HeadingEditing, UndoEditing
],
cloudServices: CS_CONFIGThis Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 0cfecd4. Configure here.
Mati365
approved these changes
Apr 7, 2026
Mati365
reviewed
Apr 7, 2026
Member
Mati365
left a comment
There was a problem hiding this comment.
Looks ok. Is CloudServices still needed in these samples? 🤔
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



🚀 Summary
📌 Related issues
💡 Additional information
Optional: Notes on decisions, edge cases, or anything helpful for reviewers.
🧾 Checklists
Use the following checklists to ensure important areas were not overlooked.
This does not apply to feature-branch merges.
If an item is not relevant to this type of change, simply leave it unchecked.
Author checklist
Reviewer checklist
t()(if any).