ckeditor / ckeditor4-angular

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

How to show the Upload button in Image picker? #134

Closed nehal076 closed 4 years ago

nehal076 commented 4 years ago

I'm using the "ckeditor4-angular": "^1.3.0" version

But in my image picker, there are only 2 tabs

screenshot-localhost_4200-2020 09 09-16_02_01

However, in the docs, we can clearly see there is an 'Upload' option.

screenshot-ckeditor com-2020 09 09-16_06_01

This is my template

<ckeditor formControlName="promoContent">/ckeditor>

And this my module

import { CKEditorModule } from 'ckeditor4-angular';
@NgModule({
  declarations: [TemplateManagementComponent, ManagePromotionsComponent],
  imports: [
     ...
    CKEditorModule
  ]

How can I configure this?

Dumluregn commented 4 years ago

Hello, to have this options you need to use CKFinder, which is a separate product offered by CKSource. If you are interested in using it, please contact us.

f1ames commented 4 years ago

@nehal076 @Dumluregn please keep in mind that it's also possible to use custom integration - see https://ckeditor.com/docs/ckeditor4/latest/guide/dev_howtos_file_upload.html#how-do-i-upload-files-or-images-using-ckeditor-4.