diff options
-rw-r--r-- | video.field.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video.field.inc b/video.field.inc index cdb1e25..e5f598a 100644 --- a/video.field.inc +++ b/video.field.inc @@ -306,7 +306,7 @@ function video_field_formatter_info() { 'video' => array( 'label' => t('Video'), 'field types' => array('video'), -// 'settings' => array('video_style' => '', 'video_link' => ''), + 'settings' => array('video_style' => '', 'video_link' => ''), ), 'video_thumbnail' => array( 'label' => t('Video thumbnail'), |