Skip to content

Commit f928ff0

Browse files
authored
Merge pull request #481 from ckeditor/fix-failing-tests
Internal: Fix failing tests.
2 parents 83a6f70 + d858388 commit f928ff0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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)