function supersized_filefield_sources_widgets in Supersized 8
Same name and namespace in other branches
- 7 supersized.field.inc \supersized_filefield_sources_widgets()
Implements hook_filefield_sources_widgets().
File
- ./supersized.field.inc, line 589 
- Implement an image field, based on the file module's file field.
Code
function supersized_filefield_sources_widgets() {
  // Add any widgets that your module supports here.
  return array(
    'supersized_slide',
  );
}