From 340d0697575add9a36e43998ed7eb2b717e8131a Mon Sep 17 00:00:00 2001 From: Heshan Wanigasooriya Date: Sun, 5 Dec 2010 16:51:49 +0000 Subject: Adding field and field instance settings --- video.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'video.module') diff --git a/video.module b/video.module index 36119d2..ce3e6d5 100644 --- a/video.module +++ b/video.module @@ -815,7 +815,7 @@ function video_default_widget_settings($widget) { '#type' => 'fieldset', '#title' => t('Video Advanced Settings'), '#collapsible' => TRUE, - '#collapsed' => FALSE, + '#collapsed' => TRUE, '#weight' => 10 ); $form['plugins']['default_dimensions'] = array( @@ -845,7 +845,7 @@ function video_default_widget_settings($widget) { '#title' => t('Video Thumbnail Settings'), '#element_validate' => array('video_default_widget_settings_validate'), '#collapsible' => TRUE, - '#collapsed' => FALSE, + '#collapsed' => TRUE, '#weight' => 11 ); -- cgit v1.2.3