Loading src/Form/ModuleConfigurationForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ class ModuleConfigurationForm extends ConfigFormBase { $form['http_headers'] = [ '#type' => 'textarea', '#title' => $this->t('Headers'), '#description' => $this->t('Custom authentication headers'), '#description' => $this->t('Custom authentication headers. The module is expecting <em>key:value</em> pairs delimited by colons, one custom header per line. For example:<br/><em>Key:Value<br/>Key2:Value2</em><br/>'), '#default_value' => $headers, '#states' => [ 'visible' => [ Loading Loading
src/Form/ModuleConfigurationForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ class ModuleConfigurationForm extends ConfigFormBase { $form['http_headers'] = [ '#type' => 'textarea', '#title' => $this->t('Headers'), '#description' => $this->t('Custom authentication headers'), '#description' => $this->t('Custom authentication headers. The module is expecting <em>key:value</em> pairs delimited by colons, one custom header per line. For example:<br/><em>Key:Value<br/>Key2:Value2</em><br/>'), '#default_value' => $headers, '#states' => [ 'visible' => [ Loading