Index: branches/1.2.x/units/widgets/widgets_config.php =================================================================== diff -u -N -r15348 -r15555 --- branches/1.2.x/units/widgets/widgets_config.php (.../widgets_config.php) (revision 15348) +++ branches/1.2.x/units/widgets/widgets_config.php (.../widgets_config.php) (revision 15555) @@ -169,7 +169,7 @@ 'Image' => Array ( 'type' => 'string', 'formatter' => 'kUploadFormatter', 'max_size' => MAX_UPLOAD_SIZE, // in Bytes ! - 'file_types' => '*.jpg;*.gif;*.png', 'files_description' => '!la_hint_ImageFiles!', + 'file_types' => '*.jpg;*.jpeg;*.gif;*.png;*.bmp', 'files_description' => '!la_hint_ImageFiles!', 'upload_dir' => '/system/user_files/', // relative to project's home 'as_image' => true, 'thumb_format' => 'resize:100x100', 'multiple' => false, // false or max number of files - will be stored as serialized array of paths