N°2847 - Quick create: Add config. parameter for max. history results ('quick_create.max_history_results')

This commit is contained in:
Molkobain
2020-10-09 09:21:37 +02:00
parent 1dd4d1479c
commit 1bd9d35979
3 changed files with 28 additions and 5 deletions

View File

@@ -1144,6 +1144,14 @@ class Config
'source_of_value' => '',
'show_in_conf_sample' => false,
),
'quick_create.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,
),
'global_search.enabled' => array(
'type' => 'bool',
'description' => 'Whether or not the global search is enabled',