Index: custom/units/widgets/widgets_config.php =================================================================== --- custom/units/widgets/widgets_config.php (revision 13557) +++ custom/units/widgets/widgets_config.php (working copy) @@ -108,7 +108,7 @@ 'VirtualFields' => Array ( 'VirtualActionField' => Array ('type' => 'string', 'default' => ''), ), - + 'Fields' => Array ( 'WidgetId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'Title' => Array ( @@ -172,7 +172,7 @@ 'max_size' => MAX_UPLOAD_SIZE, // in Bytes ! 'file_types' => '*.jpg;*.gif;*.png', 'files_description' => '!la_hint_ImageFiles!', 'upload_dir' => '/system/user_files/', // relative to project's home - 'as_image' => true, 'thumb_width' => 100, 'thumb_height' => 100, + 'as_image' => true, 'thumb_format' => 'resize:100x100', 'multiple' => false, // false or max number of files - will be stored as serialized array of paths 'direct_links' => false, // use direct file urls or send files through wrapper (requires mod_mime_magic) 'required' => 1, 'default' => null Index: in-bulletin/units/polls/polls_config.php =================================================================== --- in-bulletin/units/polls/polls_config.php (revision 13577) +++ in-bulletin/units/polls/polls_config.php (working copy) @@ -116,7 +116,7 @@ 'formatter' => 'kPictureFormatter', 'max_size' => MAX_UPLOAD_SIZE, 'upload_dir' => IMAGES_PATH . 'polls/', 'file_types' => '*.jpg;*.gif;*.png', 'files_description' => '!la_hint_ImageFiles!', - 'multiple' => false, + 'multiple' => false, 'thumb_format' => 'resize:200x200', 'max_len' => 255, 'not_null' => 1, 'default' => '' ), 'Priority' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), Index: in-commerce/units/manufacturers/manufacturers_config.php =================================================================== --- in-commerce/units/manufacturers/manufacturers_config.php (revision 13557) +++ in-commerce/units/manufacturers/manufacturers_config.php (working copy) @@ -85,7 +85,7 @@ 'formatter' => 'kPictureFormatter', 'max_size' => MAX_UPLOAD_SIZE, 'upload_dir' => IMAGES_PATH.'manufacturers/', 'file_types' => '*.jpg;*.gif;*.png', 'files_description' => '!la_hint_ImageFiles!', - 'multiple' => false, + 'multiple' => false, 'thumb_format' => 'resize:100x100', 'max_len' => 255, 'not_null' => 1, 'default' => '' ), 'IsPopular' => Array (