Commit fab8b8d0 authored by Gabriele's avatar Gabriele Committed by Gabriele Maira
Browse files

Issue #3083839 by gambry: Improve description for custom headers webhook authentication type

parent f984a747
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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' => [