You are here

function image_ncck_emfield_info in Embedded Media Field 5

Implement hook_ncck_info

File

contrib/image_ncck/image_ncck.module, line 19

Code

function image_ncck_emfield_info() {
  return array(
    '#name' => t('Embedded Image Field'),
    '#settings_description' => t('The following settings configure content with any fields controlled by Embedded Image Field.'),
  );
}