Index: branches/5.0.x/core/units/categories/categories_config.php =================================================================== diff -u -N -r12808 -r12877 --- branches/5.0.x/core/units/categories/categories_config.php (.../categories_config.php) (revision 12808) +++ branches/5.0.x/core/units/categories/categories_config.php (.../categories_config.php) (revision 12877) @@ -1,6 +1,6 @@ Array ('type' => 'string', 'formatter' => 'kMultiLanguage', 'not_null' => 1, 'default' => ''), 'MetaTitle' => Array ('type' => 'string', 'default' => null), 'IndexTools' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => null), - 'IsIndex' => - Array ( - 'type' => 'int', 'not_null' => 1, 'default' => 0, - 'formatter' => 'kOptionsFormatter', 'options' => Array (0 => 'la_Regular', 1 => 'la_CategoryIndex', 2 => 'la_Container'), 'use_phrases' => 1, - ), 'IsMenu' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_Show', 0 => 'la_Hide'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 1), 'IsSystem' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_System', 0 => 'la_text_User'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 0), 'FormId' => Array (