Skip to content

Commit d858388

Browse files
committed
Internal: Fix failing tests.
1 parent 83a6f70 commit d858388

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: src/ckeditor/ckeditor.component.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ export class CKEditorComponent<TEditor extends Editor = Editor> implements After
9090
* See https://ckeditor.com/docs/ckeditor5/latest/api/module_core_editor_editorconfig-EditorConfig.html
9191
* to learn more.
9292
*/
93-
@Input() public config: EditorConfig = {};
93+
@Input() public config: EditorConfig = {
94+
licenseKey: 'GPL'
95+
};
9496

9597
/**
9698
* The initial data of the editor. Useful when not using the ngModel.

0 commit comments

Comments
 (0)