You are here

function supersized_filefield_sources_widgets in Supersized 7

Same name and namespace in other branches
  1. 8 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',
  );
}