// Add an introduction text to module's settings form.
$form['settings_form_help_intro']=[
'#type'=>'markup',
'#markup'=>$this->t('The Admin Toolbar module provides a better user experience for the default Drupal Toolbar.<br/>It is a drop-down menu that allows quicker access to all the administration pages in a more efficient way, with fewer clicks and less scrolling.<br/><br/>The following settings mostly provide advanced configuration of the JavaScript behavior of the Toolbar: sticky and hoverIntent.'),
];
// Add 'sticky behavior' wrapper as a 'fieldset' so it stays displayed.
@@ -95,8 +91,8 @@ class AdminToolbarSettingsForm extends ConfigFormBase {
'#prefix'=>$this->t("By default, the Admin Toolbar sticky behavior is <em>enabled</em> so it stays at the top of the browser window when scrolling up or down.<br/>Select <em>Disabled</em> to disable Admin Toolbar's sticky behavior so it stays at the top of the page when scrolling up/down and does not follow the browser window."),
'#options'=>[
'enabled'=>$this->t('Enabled'),
'hide_on_scroll_down'=>$this->t('Disabled, show on scroll-up'),
'disabled'=>$this->t('Disabled'),
'hide_on_scroll_down'=>$this->t('Disabled: Hide on scroll-down, show on scroll-up'),