Index: branches/RC/core/units/custom_fields/custom_fields_config.php =================================================================== diff -u -N -r10902 -r10913 --- branches/RC/core/units/custom_fields/custom_fields_config.php (.../custom_fields_config.php) (revision 10902) +++ branches/RC/core/units/custom_fields/custom_fields_config.php (.../custom_fields_config.php) (revision 10913) @@ -90,8 +90,20 @@ 'Value' => Array('type' => 'string', 'default' => ''), 'OriginalValue' => Array('type' => 'string', 'default' => ''), 'Error' => Array('type' => 'string', 'default' => ''), - 'DirectOptions' => Array('type' => 'string', 'default' => '') + 'DirectOptions' => Array('type' => 'string', 'default' => ''), + + 'SortValues' => Array ( + 'type' => 'int', + 'formatter' => 'kOptionsFormatter', + 'options' => Array (1 => 'la_Yes', 0 => 'la_No'), 'use_phrases' => 1, + 'default' => 0, + ), + // for ValueList field editing via "inp_edit_minput" control + 'OptionKey' => Array ('type' => 'int', 'not_null' => 1, 'default' => ''), + 'OptionTitle' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), + 'Options' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), + ), 'Grids' => Array(