Skip to content

Commit

Permalink
Removed an unncessary information.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Sep 11, 2020
1 parent a54e070 commit 3abcbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-image/docs/features/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ ClassicEditor
} )
```

This will add a new **Insert image** dropdown in the toolbar, that contains the `ImageUpload` feature with additional panel view for custom integrations. To open the panel and add the image URL, click the arrow next to the image button. Check the demo below to insert a new image via URL or update an existing image by selecting it, opening the dropdown panel and pasting a new URL.
This will add a new **Insert image** dropdown in the toolbar. To open the panel and add the image URL, click the arrow next to the image button. Check the demo below to insert a new image via URL or update an existing image by selecting it, opening the dropdown panel and pasting a new URL.

{@snippet features/image-insert-via-url}

Expand Down

0 comments on commit 3abcbd1

Please sign in to comment.