Index: branches/5.3.x/core/units/configuration/configuration_config.php =================================================================== diff -u -N -r15659 -r16718 --- branches/5.3.x/core/units/configuration/configuration_config.php (.../configuration_config.php) (revision 15659) +++ branches/5.3.x/core/units/configuration/configuration_config.php (.../configuration_config.php) (revision 16718) @@ -1,6 +1,6 @@ Array ( 'type' => 'string', - 'formatter' => 'kOptionsFormatter', 'options' => Array ('text' => 'la_type_text', 'select' => 'la_type_select', 'multiselect' => 'la_type_multiselect', 'radio' => 'la_type_radio', 'checkbox' => 'la_type_checkbox', 'password' => 'la_type_password', 'textarea' => 'la_type_textarea'), 'use_phrases' => 1, + 'formatter' => 'kOptionsFormatter', 'options' => Array ('text' => 'la_type_text', 'select' => 'la_type_select', 'multiselect' => 'la_type_multiselect', 'radio' => 'la_type_radio', 'checkbox' => 'la_type_checkbox', 'password' => 'la_type_password', 'textarea' => 'la_type_textarea', 'picker' => 'la_type_picker'), 'use_phrases' => 1, 'not_null' => 1, 'required' => 1, 'default' => '' ), 'Validation' => Array ('type' => 'string', 'default' => NULL), @@ -123,4 +123,4 @@ 'VirtualFields' => Array ( 'DirectOptions' => Array ('type' => 'string', 'default' => ''), ), -); \ No newline at end of file +);