diff --git a/core/config.class.inc.php b/core/config.class.inc.php index 0d33ba788e..77d0499bdd 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -1131,6 +1131,14 @@ class Config 'source_of_value' => '', 'show_in_conf_sample' => true, ], + 'navigation_menu.show_menus_count' => [ + 'type' => 'bool', + 'description' => 'Display count badges for OQL menu entries', + 'default' => true, + 'value' => true, + 'source_of_value' => '', + 'show_in_conf_sample' => false, + ], 'quick_create.enabled' => [ 'type' => 'bool', 'description' => 'Whether or not the quick create is enabled', @@ -1163,16 +1171,6 @@ class Config 'source_of_value' => '', 'show_in_conf_sample' => false, ], - 'mentions.allowed_classes' => [ - 'type' => 'array', - 'description' => 'Classes which can be mentioned through the autocomplete in the caselogs. Key of the array must be a single character that will trigger the autocomplete (eg. "@" => "Person")', - 'default' => [ - '@' => 'Person', - ], - 'value' => false, - 'source_of_value' => '', - 'show_in_conf_sample' => true, - ], 'global_search.enabled' => [ 'type' => 'bool', 'description' => 'Whether or not the global search is enabled', @@ -1245,6 +1243,16 @@ class Config 'source_of_value' => '', 'show_in_conf_sample' => true, ], + 'mentions.allowed_classes' => [ + 'type' => 'array', + 'description' => 'Classes which can be mentioned through the autocomplete in the caselogs. Key of the array must be a single character that will trigger the autocomplete (eg. "@" => "Person")', + 'default' => [ + '@' => 'Person', + ], + 'value' => false, + 'source_of_value' => '', + 'show_in_conf_sample' => true, + ], 'obsolescence.show_obsolete_data' => [ 'type' => 'bool', 'description' => 'Default value for the user preference "show obsolete data"', @@ -1349,14 +1357,6 @@ class Config 'source_of_value' => '', 'show_in_conf_sample' => false, ], - 'navigation_menu.show_menus_count' => [ - 'type' => 'bool', - 'description' => 'Display count badges for OQL menu entries', - 'default' => true, - 'value' => true, - 'source_of_value' => '', - 'show_in_conf_sample' => false, - ], 'security_header_xframe' => [ 'type' => 'string', 'description' => 'Value of the X-Frame-Options HTTP header sent by iTop. Possible values : DENY, SAMEORIGIN, or empty string.',