@@ -99,6 +100,18 @@ function bs_bootstrap_form_system_theme_settings_alter(&$form, FormStateInterfac
'#description'=>t('None option is useful if you want navigation menu without any special styling and JS functionality. Second level dropdown option will show secondary level in dropdown control. Second level horizontal will render second level menu items in horizontal bar beneath first level. With second level horizontal type third level will be shown in a dropdown control which is the only way to show 3 levels of navigation.'),
'#description'=>t('Navigation bar opened submenu click behavior. Option <em>Visit link</em> means that on menu click menu link will be opened. Option <em>Close dropdown</em> means that on menu click menu dropdown will be closed. <em>NOTE</em> does not work for horizontal submenu for now.'),
];
$form['bs_bootstrap']['navbar']['onhover']=[
'#type'=>'select',
'#title'=>t('Navbar show sub-level on hover'),
@@ -672,6 +685,7 @@ function bs_bootstrap_get_setting($setting_name) {