Loading core/modules/field_ui/src/Form/FieldConfigEditForm.php +1 −0 Original line number Diff line number Diff line Loading @@ -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, ]; Loading Loading
core/modules/field_ui/src/Form/FieldConfigEditForm.php +1 −0 Original line number Diff line number Diff line Loading @@ -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, ]; Loading