You are here

function video_filefield_sources_widgets in Video 7.2

Implements hook_filefield_sources_widgets().

File

./video.field.inc, line 1268
Implement a video field, based on the file module's file field.

Code

function video_filefield_sources_widgets() {
  return array(
    'video_upload',
  );
}