Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekbogdanski committed Sep 11, 2023
1 parent 5197c18 commit 7cb062e
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,6 @@ After June 30, 2023 the `master` version of the [LICENSE.md](https://github.com/

All future versions of CKEditor 4 (4.23.0-lts and above) are released as CKEditor 4 LTS distributions and require a license key.

If you acquired the [Extended Support Model](https://ckeditor.com/ckeditor-4-support/) for CKEditor 4 LTS, please read [the CKEditor 4 LTS key activation guide.](https://ckeditor.com/docs/ckeditor4/latest/support/licensing/license-key-and-activation.html)

In order to activate CKEditor 4 LTS, add `licenseKey` configure the editor with a valid license key:

```html
<script>
CKEDITOR.replace( 'editor', {
licenseKey: 'your license key'
} );
</script>
```

The NPM package is tagged as 4.23.* without the `-lts` suffix, to keep it consistent with NPM versioning guidelines. Note that the version 4.23.0 and above are the LTS versions of the editor.

### Getting CKEditor 4 (Open Source)
Expand Down Expand Up @@ -96,7 +84,17 @@ You can also load CKEditor 4 using [CDN](https://cdn.ckeditor.com/#ckeditor4).

#### CKEditor 4 LTS

Since the introduction of the LTS version of CKEditor (`4.23.0-lts`) in July 2023, all future versions of CKEditor 4 will contain `-lts` in their version number.
If you acquired the [Extended Support Model](https://ckeditor.com/ckeditor-4-support/) for CKEditor 4 LTS, please read [the CKEditor 4 LTS key activation guide.](https://ckeditor.com/docs/ckeditor4/latest/support/licensing/license-key-and-activation.html)

In order to activate CKEditor 4 LTS, add `licenseKey` configure the editor with a valid license key:

```html
<script>
CKEDITOR.replace( 'editor', {
licenseKey: 'your license key'
} );
</script>
```

## Features

Expand Down

0 comments on commit 7cb062e

Please sign in to comment.