You are here

function image_ncck_widget_info in Embedded Media Field 5

Implementation of hook_widget_info *

File

contrib/image_ncck/image_ncck.module, line 132

Code

function image_ncck_widget_info() {
  return array(
    'image_ncck_textfields' => array(
      'label' => t('3rd Party Image'),
      'field types' => array(
        'image_ncck',
      ),
    ),
  );
}