Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / entityqueue / src / Form / EntityQueueForm.php
index 2b5114a4588570e78bbc291f886f1d9675288225..44db509c3b14a0d4fba2c2a8d253afef2b5680fc 100644 (file)
@@ -94,7 +94,8 @@ class EntityQueueForm extends BundleEntityFormBase {
     $form['label'] = [
       '#type' => 'textfield',
       '#title' => $this->t('Name'),
-      '#maxlength' => 255,
+      '#maxlength' => 32,
+      '#size' => 32,
       '#default_value' => $queue->label(),
       '#description' => $this->t('The human-readable name of this entity queue. This name must be unique.'),
       '#required' => TRUE,