Ckeditor5-angular: How to ingrate CKEditor5 Mention in Angular

Created on 22 Nov 2019  路  2Comments  路  Source: ckeditor/ckeditor5-angular

Try to import via <ckeditor [editor]="Editor" [config]="editorConfig"> but still don't know how to make it work.

Please suggest any ideas, thank you so much.

solved question

All 2 comments

Hi! You should start by creating a custom build which will have mentions plugin included. Here is the guide which explains how to do it.

After that, you should integrate this build with your Angular application. Please, see our Angular integration guide (note that you should import your custom build instead of our ckeditor5-build-classic).

Thanks @Mgsy

Was this page helpful?
0 / 5 - 0 ratings