You are here

function imagefield_extended_filefield_sources_widgets in ImageField Extended 6.3

Implementation of hook_filefield_sources_widgets().

File

./imagefield_extended.module, line 512
Insert additional fields into an ImageField data array.

Code

function imagefield_extended_filefield_sources_widgets() {
  return array(
    'imagefield_extended_widget',
  );
}