Skip to content

Commit

Permalink
Merge pull request #13918 from ckeditor/ck/13906-add-licenseKey-to-ed…
Browse files Browse the repository at this point in the history
…itorconfig

Fix (core): Add `licenseKey` property to `EditorConfig` interface. Closes #13906.
  • Loading branch information
arkflpc committed Apr 19, 2023
2 parents 090959f + a33d463 commit 7e3e93c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/ckeditor5-core/src/editor/editorconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,14 @@ export interface EditorConfig {
* {@glink features/html/html-embed HTML embed} features.
*/
updateSourceElementOnDestroy?: boolean;

/**
* The license key for the CKEditor 5 premium features.
*
* If you do not have a key yet, please [contact us](https://ckeditor.com/contact/) or
* [order a trial](https://orders.ckeditor.com/trial/premium-features).
*/
licenseKey?: string;
}

/**
Expand Down

0 comments on commit 7e3e93c

Please sign in to comment.