aboutsummaryrefslogtreecommitdiff
path: root/video.module
diff options
context:
space:
mode:
authorHeshan Wanigasooriya <heshanmw@gmail.com>2010-12-05 16:51:49 +0000
committerHeshan Wanigasooriya <heshanmw@gmail.com>2010-12-05 16:51:49 +0000
commit340d0697575add9a36e43998ed7eb2b717e8131a (patch)
treea7ca1eae7932266ef734e31c58793113a6ecf705 /video.module
parent4721b5a028f2bf72e4952e91794b3dc7d8d388a9 (diff)
downloadvideo-340d0697575add9a36e43998ed7eb2b717e8131a.tar.gz
video-340d0697575add9a36e43998ed7eb2b717e8131a.tar.bz2
Adding field and field instance settings
Diffstat (limited to 'video.module')
-rw-r--r--video.module4
1 files changed, 2 insertions, 2 deletions
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
);