From 2eb2aed76daba31e4f9ad7b828f80fb08ad0299d Mon Sep 17 00:00:00 2001 From: Ruslan-Aleev Date: Mon, 19 Jun 2023 14:41:46 +0400 Subject: [PATCH] Added lexicons for "topmenu_subitems_max" setting --- core/lexicon/en/setting.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/lexicon/en/setting.inc.php b/core/lexicon/en/setting.inc.php index 7172a676a23..9757b600cde 100644 --- a/core/lexicon/en/setting.inc.php +++ b/core/lexicon/en/setting.inc.php @@ -765,6 +765,9 @@ $_lang['setting_topmenu_show_descriptions'] = 'Show Descriptions in Top Menu'; $_lang['setting_topmenu_show_descriptions_desc'] = 'If set to \'No\', MODX will hide the descriptions from top menu items in the manager.'; +$_lang['setting_topmenu_subitems_max'] = 'Maximum items in the drop-down lists of the top menu bar'; +$_lang['setting_topmenu_subitems_max_desc'] = 'The maximum number of items displayed in the drop-down lists of the top menu bar. The remaining items will be hidden in the \'...\' item.'; + $_lang['setting_tree_default_sort'] = 'Resource Tree Default Sort Field'; $_lang['setting_tree_default_sort_desc'] = 'The default sort field for the Resource tree when loading the manager.';