trsteel88 / TrsteelCkeditorBundle

Symfony2 bundle for easy integration of the CKEditor WYSIWYG
97 stars 58 forks source link

How to add ckfinder support? #27

Closed bartoszrychlicki closed 11 years ago

bartoszrychlicki commented 11 years ago

Just wondering, if there is an easy way to attach popular CKfinder to this marvelous bundle? If not, what would be the best option to start? Overwrite bundle?

trsteel88 commented 11 years ago

You can use ckfinder standalone. However, you would not be able to use the security from Symfony without modification.

If you want to use ckfinder standalone you would just need to set the necessary config parameters. Eg:

trsteel_ckeditor:
    filebrowser_upload_url:
        url: /location/to/ckfinder/ckfinder.php?type=file
bartoszrychlicki commented 11 years ago

Thanks!