mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2847 - Global search: Add config. parameter for max. history results ('global_search.max_history_results')
This commit is contained in:
@@ -1160,6 +1160,14 @@ class Config
|
||||
'source_of_value' => '',
|
||||
'show_in_conf_sample' => false,
|
||||
),
|
||||
'global_search.max_history_results' => array(
|
||||
'type' => 'integer',
|
||||
'description' => 'Max. number of elements in the history.',
|
||||
'default' => 10,
|
||||
'value' => 10,
|
||||
'source_of_value' => '',
|
||||
'show_in_conf_sample' => false,
|
||||
),
|
||||
'breadcrumb.enabled' => array(
|
||||
'type' => 'bool',
|
||||
'description' => 'Whether or not the breadcrumbs is enabled',
|
||||
|
||||
Reference in New Issue
Block a user