Index: branches/1.2.x/units/widgets/widgets_config.php =================================================================== diff -u -N -r16383 -r16578 --- branches/1.2.x/units/widgets/widgets_config.php (.../widgets_config.php) (revision 16383) +++ branches/1.2.x/units/widgets/widgets_config.php (.../widgets_config.php) (revision 16578) @@ -149,10 +149,7 @@ 'default' => 1, 'required' => 1, ), - 'Phone' => Array ( - 'type' => 'string', - 'formatter' => 'kFormatter', - 'default' => '', 'using_fck' => 1, 'not_null' => 1), + 'Phone' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), 'Qty' => Array ( 'type' => 'double', 'required' => 0, 'not_null' => 1, 'default' => 0