Commit 5dccbedb authored by catch's avatar catch
Browse files

Issue #3184542 by jlbellido, mitthukumawat, alexpott: Increase field label maxlength

parent 9f8f38d8
Loading
Loading
Loading
Loading
+1 −0
Changes for core/modules/field_ui/src/Form/FieldConfigEditForm.php: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@ public function form(array $form, FormStateInterface $form_state) {
      '#title' => $this->t('Label'),
      '#default_value' => $this->entity->getLabel() ?: $field_storage->getName(),
      '#required' => TRUE,
      '#maxlength' => 255,
      '#weight' => -20,
    ];