Skip to content

Commit e3fd087

Browse files
committed
Add warning about commercial license.
1 parent fc779ee commit e3fd087

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/tutorials/abbreviation-plugin-tutorial/abbreviation-plugin-level-1.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,12 @@ import { ClassicEditor, Essentials, Bold, Italic, Paragraph } from 'ckeditor5';
426426
const { ClassicEditor, Essentials, Bold, Italic, Paragraph } = CKEDITOR;
427427
```
428428

429+
<info-box type="warning">
430+
**Using the editor from CDN requires a commercial license**
431+
432+
The CDN build is not licensed under the GPL. Therefore, you need to use a commercial license key. Otherwise, you will get a `license-key-invalid-distribution-channel` error.
433+
</info-box>
434+
429435
After following these steps and running the `npm run dev` command, you should be able to open the editor in browser.
430436

431437
<info-box>

0 commit comments

Comments
 (0)