Index: branches/1.1.x/units/widgets/widgets_config.php =================================================================== diff -u -N -r13546 -r13655 --- branches/1.1.x/units/widgets/widgets_config.php (.../widgets_config.php) (revision 13546) +++ branches/1.1.x/units/widgets/widgets_config.php (.../widgets_config.php) (revision 13655) @@ -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