Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Apr 9, 2018
2 parents 044b374 + f068061 commit c28a458
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CKEditor 5 Easy Image with Cloud Services

This package implements the [Easy Image](https://docs.ckeditor.com/ckeditor5/latest/features/image.html#image-upload) feature for CKEditor 5.

Easy Image lets you easily insert images into the editor and integrates automatically with [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services/).
Easy Image lets you easily insert images which are automatically rescaled, optimized, responsive and delivered through a blazing-fast CDN. It integrates automatically with [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services/).

## Documentation

Expand Down
4 changes: 2 additions & 2 deletions docs/api/easy-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ category: api-reference

This package implements the {@link features/image#image-upload Easy Image} feature for CKEditor 5.

Easy Image lets you easily insert images into the editor and integrates automatically with [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services/).
Easy Image lets you easily insert images which are automatically rescaled, optimized, responsive and delivered through a blazing-fast CDN. It integrates automatically with [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services/).

## Documentation

See the {@link features/image#image-upload Image upload} section in the {@link features/image Image feature} guide.
See the {@link features/image-upload Image upload} guide.

You can also check the {@link module:easy-image/easyimage~EasyImage} plugin documentation.

Expand Down
4 changes: 2 additions & 2 deletions src/cloudservicesuploadadapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ import UploadGateway from '@ckeditor/ckeditor-cloud-services-core/src/uploadgate
import CloudServices from '@ckeditor/ckeditor5-cloud-services/src/cloudservices';

/**
* A plugin which enables upload to Cloud Services.
* A plugin that enables upload to [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services/).
*
* It is mainly used by the {@link module:easy-image/easyimage~EasyImage} feature.
*
* After enabling this adapter you need to configure the Cloud Services integration through
* After enabling this adapter you need to configure the CKEditor Cloud Services integration through
* {@link module:cloud-services/cloudservices~CloudServicesConfig `config.cloudServices`}.
*
* @extends module:core/plugin~Plugin
Expand Down
4 changes: 2 additions & 2 deletions src/easyimage.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import ImageUpload from '@ckeditor/ckeditor5-image/src/imageupload';
* * {@link module:image/imageupload~ImageUpload},
* * {@link module:easy-image/cloudservicesuploadadapter~CloudServicesUploadAdapter}.
*
* After enabling the Easy Image plugin you need to configure the Cloud Services integration through
* {@link module:cloud-services/cloudservices~CloudServicesConfig `config.cloudServices`}.
* After enabling the Easy Image plugin you need to configure the [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services/)
* integration through {@link module:cloud-services/cloudservices~CloudServicesConfig `config.cloudServices`}.
*
* @extends module:core/plugin~Plugin
*/
Expand Down

0 comments on commit c28a458

Please sign in to comment.