We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83a6f70 + d858388 commit f928ff0Copy full SHA for f928ff0
src/ckeditor/ckeditor.component.ts
@@ -90,7 +90,9 @@ export class CKEditorComponent<TEditor extends Editor = Editor> implements After
90
* See https://ckeditor.com/docs/ckeditor5/latest/api/module_core_editor_editorconfig-EditorConfig.html
91
* to learn more.
92
*/
93
- @Input() public config: EditorConfig = {};
+ @Input() public config: EditorConfig = {
94
+ licenseKey: 'GPL'
95
+ };
96
97
/**
98
* The initial data of the editor. Useful when not using the ngModel.
0 commit comments