ckeditor / ckeditor4-angular

Official CKEditor 4 Angular component.
Other
55 stars 32 forks source link

CKFinder #47

Closed M-Blobby closed 5 years ago

M-Blobby commented 5 years ago

Hello, There is a way to use CKFinder with ckeditor4-angular ?

f1ames commented 5 years ago

Hello @M-Blobby, to use CKFinder with CKEditor 4 Angular integration you just need to set up CKFinder (the usual procedure) and then add few configuration options while initializing CKEditor 4.

The only difference between using CKFinder with CKEditor 4 and CKEditor 4 Angular integration is the way how the config object is declared/passed - please see our Angular docs for reference.

M-Blobby commented 5 years ago

Hello @f1ames , Thank you for your answer :) Do you have an example for the config object declared in the component ? There is something to add in "extraPlugins" ?