The "new" Editor module offers a third way to integrate the CKEditor library, with a much more user friendly interface.
The supplied CKEditor library build is compatible with scald, just needs the hook to declare the scald plugins.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gifad created an issue. See original summary.

gifad’s picture

Status: Active » Needs review
FileSize
1.56 KB

The required hook_editor_ckeditor_plugins(), which is a mix of hook_wysiwyg_plugin() and hook_ckeditor_plugin()

Note: The tests fail on enablePrivateFileSystem, which is not related to this patch…

Status: Needs review » Needs work

The last submitted patch, 2: scald-integrate-editor-2736755-2.patch, failed testing.

nagy.balint’s picture

So why does it fail?

nagy.balint’s picture

I guess we cannot consider this for commit as long as the tests fail.

gifad’s picture

Status: Needs work » Needs review

nagy.balint’s picture

Status: Needs review » Fixed

Thanks, committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

bwaindwain’s picture

I tried the patch on a fresh install of drupal 7.50, views and scald 7.x-1.8, added the button to the ckeditor toolbar, but the button and the dnd library on the right side don't show up when I edit a page. Any tips?

bwaindwain’s picture

never mind - I forgot to enable mee and dnd for the content type. now it works! thanks