Skip to content

Commit

Permalink
Other: ckeditor5-cloudservices was renamed to ckeditor5-cloud-service…
Browse files Browse the repository at this point in the history
…s and ckeditor-cloudservices-core to ckeditor-cloud-services-core.
  • Loading branch information
Reinmar committed Mar 26, 2018
1 parent ed2cca1 commit 65380a0
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,10 @@ For more CKEditor 5 release blog posts [browse the CKEditor blog](https://ckedit

<tr>
<td>
<a href="https://github.com/ckeditor/ckeditor5-cloudservices"><code>@ckeditor/ckeditor5-cloudservices</code></a>
<a href="https://github.com/ckeditor/ckeditor5-cloud-services"><code>@ckeditor/ckeditor5-cloud-services</code></a>
</td>
<td>
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-cloudservices"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-cloudservices.svg" alt="@ckeditor/ckeditor5-cloudservices npm package badge"></a>
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-cloud-services"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-cloud-services.svg" alt="@ckeditor/ckeditor5-cloud-services npm package badge"></a>
</td>
<td>
CKEditor 5's Cloud Services integration layer.
Expand Down
2 changes: 1 addition & 1 deletion docs/_snippets/examples/balloon-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import BalloonEditor from '@ckeditor/ckeditor5-build-balloon/src/ckeditor';

import { CS_CONFIG } from '@ckeditor/ckeditor5-cloudservices/tests/_utils/cloudservices-config';
import { CS_CONFIG } from '@ckeditor/ckeditor5-cloud-services/tests/_utils/cloud-services-config';

BalloonEditor
.create( document.querySelector( '#snippet-balloon-editor' ), {
Expand Down
2 changes: 1 addition & 1 deletion docs/_snippets/examples/classic-editor-short.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/* globals ClassicEditor, console, window, document */

import { CS_CONFIG } from '@ckeditor/ckeditor5-cloudservices/tests/_utils/cloudservices-config';
import { CS_CONFIG } from '@ckeditor/ckeditor5-cloud-services/tests/_utils/cloud-services-config';

ClassicEditor
.create( document.querySelector( '#snippet-classic-editor-short' ), {
Expand Down
2 changes: 1 addition & 1 deletion docs/_snippets/examples/classic-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/* globals ClassicEditor, console, window, document */

import { CS_CONFIG } from '@ckeditor/ckeditor5-cloudservices/tests/_utils/cloudservices-config';
import { CS_CONFIG } from '@ckeditor/ckeditor5-cloud-services/tests/_utils/cloud-services-config';

ClassicEditor
.create( document.querySelector( '#snippet-classic-editor' ), {
Expand Down
2 changes: 1 addition & 1 deletion docs/_snippets/examples/custom-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Code from '@ckeditor/ckeditor5-basic-styles/src/code';
import Highlight from '@ckeditor/ckeditor5-highlight/src/highlight';
import EasyImage from '@ckeditor/ckeditor5-easy-image/src/easyimage';

import { CS_CONFIG } from '@ckeditor/ckeditor5-cloudservices/tests/_utils/cloudservices-config';
import { CS_CONFIG } from '@ckeditor/ckeditor5-cloud-services/tests/_utils/cloud-services-config';

ClassicEditor
.create( document.querySelector( '#snippet-custom-build' ), {
Expand Down
2 changes: 1 addition & 1 deletion docs/_snippets/examples/document-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* globals console, window, document */

import DecoupledDocumentEditor from '@ckeditor/ckeditor5-build-decoupled-document/src/ckeditor';
import { CS_CONFIG } from '@ckeditor/ckeditor5-cloudservices/tests/_utils/cloudservices-config';
import { CS_CONFIG } from '@ckeditor/ckeditor5-cloud-services/tests/_utils/cloud-services-config';

DecoupledDocumentEditor
.create( document.querySelector( '.document-editor__data' ).innerHTML, {
Expand Down
2 changes: 1 addition & 1 deletion docs/_snippets/examples/inline-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* globals console, window, document */

import InlineEditor from '@ckeditor/ckeditor5-build-inline/src/ckeditor';
import { CS_CONFIG } from '@ckeditor/ckeditor5-cloudservices/tests/_utils/cloudservices-config';
import { CS_CONFIG } from '@ckeditor/ckeditor5-cloud-services/tests/_utils/cloud-services-config';

const inlineInjectElements = document.querySelectorAll( '#snippet-inline-editor [data-inline-inject]' );

Expand Down
2 changes: 1 addition & 1 deletion docs/_snippets/features/image-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/* globals ClassicEditor, console, window, document */

import { CS_CONFIG } from '@ckeditor/ckeditor5-cloudservices/tests/_utils/cloudservices-config';
import { CS_CONFIG } from '@ckeditor/ckeditor5-cloud-services/tests/_utils/cloud-services-config';

ClassicEditor
.create( document.querySelector( '#snippet-image-upload' ), {
Expand Down
2 changes: 1 addition & 1 deletion docs/_snippets/features/read-only.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/* globals ClassicEditor, console, window, document */

import { CS_CONFIG } from '@ckeditor/ckeditor5-cloudservices/tests/_utils/cloudservices-config';
import { CS_CONFIG } from '@ckeditor/ckeditor5-cloud-services/tests/_utils/cloud-services-config';

ClassicEditor
.create( document.querySelector( '#snippet-read-only' ), {
Expand Down
2 changes: 1 addition & 1 deletion docs/_snippets/features/ui-language.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import ClassicEditor from '@ckeditor/ckeditor5-build-classic/src/ckeditor';

import { CS_CONFIG } from '@ckeditor/ckeditor5-cloudservices/tests/_utils/cloudservices-config';
import { CS_CONFIG } from '@ckeditor/ckeditor5-cloud-services/tests/_utils/cloud-services-config';

ClassicEditor
.create( document.querySelector( '#snippet-ui-language' ), {
Expand Down
2 changes: 1 addition & 1 deletion docs/builds/guides/migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ Note: The number of options was reduced on purpose. We understood that configuri
<tr>
<td><span id="uploadUrl"><a href="/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-uploadUrl">uploadUrl</a></span></td>
<td>
<p>Uploading images in CKEditor 5 is possible thanks to {@link features/image-upload#easy-image Easy Image} powered by <a href="https://ckeditor.com/ckeditor-cloud-services/" target="_blank" rel="noopener">CKEditor Cloud Services</a> which comes with a support for responsive images. To configure it, provide the {@link module:cloudservices/cloudservices~CloudServicesConfig cloud services configuration}. Uploading via CKFinder is available too, see {@link module:adapter-ckfinder/uploadadapter~CKFinderAdapterConfig#uploadUrl <code>ckfinder.uploadUrl</code>}. </p>
<p>Uploading images in CKEditor 5 is possible thanks to {@link features/image-upload#easy-image Easy Image} powered by <a href="https://ckeditor.com/ckeditor-cloud-services/" target="_blank" rel="noopener">CKEditor Cloud Services</a> which comes with a support for responsive images. To configure it, provide the {@link module:cloud-services/cloudservices~CloudServicesConfig cloud services configuration}. Uploading via CKFinder is available too, see {@link module:adapter-ckfinder/uploadadapter~CKFinderAdapterConfig#uploadUrl <code>ckfinder.uploadUrl</code>}. </p>
<p>Writing own image upload adapters is also possible, see <a href="https://stackoverflow.com/questions/46765197/how-to-enable-image-upload-support-in-ckeditor-5" target="_blank" rel="noopener">https://stackoverflow.com/questions/46765197/how-to-enable-image-upload-support-in-ckeditor-5</a>.</p>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/features/image-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Be sure to use image upload plugins with support for responsive images to enjoy
To make enabling image upload in CKEditor 5 a breeze, by default all builds include the {@link module:easy-image/easyimage~EasyImage `EasyImage` plugin}, which integrates with the Easy Image service provided by [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services/). Enabling it is straightforward and the results are immediate:

1. Follow {@link @cs guides/quick-start Cloud Services - Quick start} guide to setup an account.
2. Configure CKEditor (see {@link module:cloudservices/cloudservices~CloudServicesConfig `CloudServicesConfig`}):
2. Configure CKEditor (see {@link module:cloud-services/cloudservices~CloudServicesConfig `CloudServicesConfig`}):

```js
ClassicEditor
Expand Down
2 changes: 1 addition & 1 deletion mgit.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@ckeditor/ckeditor5-build-decoupled-document": "ckeditor/ckeditor5-build-decoupled-document",
"@ckeditor/ckeditor5-build-inline": "ckeditor/ckeditor5-build-inline",
"@ckeditor/ckeditor5-clipboard": "ckeditor/ckeditor5-clipboard",
"@ckeditor/ckeditor5-cloudservices": "ckeditor/ckeditor5-cloudservices",
"@ckeditor/ckeditor5-cloud-services": "ckeditor/ckeditor5-cloud-services",
"@ckeditor/ckeditor5-core": "ckeditor/ckeditor5-core",
"@ckeditor/ckeditor5-easy-image": "ckeditor/ckeditor5-easy-image",
"@ckeditor/ckeditor5-editor-balloon": "ckeditor/ckeditor5-editor-balloon",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@ckeditor/ckeditor5-build-decoupled-document": "^1.0.0-beta.1",
"@ckeditor/ckeditor5-build-inline": "^1.0.0-beta.1",
"@ckeditor/ckeditor5-clipboard": "^1.0.0-beta.1",
"@ckeditor/ckeditor5-cloudservices": "^1.0.0-beta.1",
"@ckeditor/ckeditor5-cloud-services": "^1.0.0-beta.1",
"@ckeditor/ckeditor5-core": "^1.0.0-beta.1",
"@ckeditor/ckeditor5-easy-image": "^1.0.0-beta.1",
"@ckeditor/ckeditor5-editor-balloon": "^1.0.0-beta.1",
Expand Down

0 comments on commit 65380a0

Please sign in to comment.