From a7101bf4141c3fc841f0ce3c4841452fa0e29bcf Mon Sep 17 00:00:00 2001 From: webchick <drupal@webchick.net> Date: Fri, 2 Aug 2019 11:21:34 -0700 Subject: [PATCH] =?UTF-8?q?Issue=20#1953568=20by=20marcoscano,=20jrockowit?= =?UTF-8?q?z,=20vijaycs85,=20xjm,=20G=C3=A1bor=20Hojtsy,=20benjifisher,=20?= =?UTF-8?q?Berdir,=20yched,=20Pancho,=20mgifford,=20amateescu,=20damianklo?= =?UTF-8?q?ip:=20Make=20the=20bundle=20settings=20for=20entity=20reference?= =?UTF-8?q?=20fields=20more=20visible?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/modules/field_ui/src/Form/FieldConfigEditForm.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/field_ui/src/Form/FieldConfigEditForm.php b/core/modules/field_ui/src/Form/FieldConfigEditForm.php index 4f953c8baf9a..6c740485cd3f 100644 --- a/core/modules/field_ui/src/Form/FieldConfigEditForm.php +++ b/core/modules/field_ui/src/Form/FieldConfigEditForm.php @@ -131,6 +131,7 @@ public function form(array $form, FormStateInterface $form_state) { '#open' => TRUE, '#tree' => TRUE, '#description' => $this->t('The default value for this field, used when creating new content.'), + '#weight' => 12, ]); $form['default_value'] = $element; -- GitLab