This project is not covered by Drupal’s security advisory policy.

Provides a way to insert images into any text area using views. It should be a simple img_assist replacement.

You need something like this in hook_form_alter():

$form['body_filter']['image_gallery_edit'] = array(
   '#img_insert_type' => 'text',
   '#type' => 'img_insert',
   '#img_insert_target' => 'edit-body',
   '#img_insert_view' => 'image_gallery_edit'
);

Depends on jQuery Update.

Project information

Releases