From b010a1eb871c1fbe599905f4f845ee4c7a9d2729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommy=20Lynge=20J=C3=B8rgensen?= Date: Mon, 28 Nov 2016 15:40:05 +0000 Subject: [PATCH] For some unknown reason, the maxlength of the text areas in settings was set. Removed. --- src/Form/Settings.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Form/Settings.php b/src/Form/Settings.php index 2bc8c0f..2035984 100644 --- a/src/Form/Settings.php +++ b/src/Form/Settings.php @@ -42,7 +42,6 @@ class Settings extends ConfigFormBase { '#description' => $this->t('One configuration name per line.
Examples: '), '#default_value' => implode(PHP_EOL, $config_ignore_settings->get('ignored_config_entities')), '#size' => 60, - '#maxlength' => 128, ]; return parent::buildForm($form, $form_state); } -- GitLab