Commit 0ee7a3de authored by Christophe de la Bruyère's avatar Christophe de la Bruyère Committed by Jacob Rockowitz
Browse files

Issue #3260223 by menwithbeards: Confirmation Url - Translation field is limited to 128 characters

parent cd2d32c8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -260,6 +260,8 @@ class WebformTranslationConfigManager implements WebformTranslationConfigManager
      'subject' => ['#maxlength' => NULL],
      'from_name' => ['#maxlength' => 255],
      'sender_name' => ['#maxlength' => 255],
      // Confirmation settings.
      'confirmation_url' => ['#maxlength' => 255],
    ];
    $this->alterElements($config_element, $element_alterations);