Commit 71386bc0 authored by Jacob Rockowitz's avatar Jacob Rockowitz Committed by Jacob Rockowitz
Browse files

Issue #2917021 by jrockowitz, SpadXIII: Extra text format option for email texts

parent 0dc38891
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@ class WebformMarkup extends WebformMarkupBase {
      '#type' => 'webform_html_editor',
      '#title' => $this->t('HTML markup'),
      '#description' => $this->t('Enter custom HTML into your webform.'),
      '#format' => FALSE,
    ];
    return $form;
  }