Increase weight of notes field in forms

This commit is contained in:
Paul Weidner 2024-01-15 15:28:45 -08:00 committed by Michael Stenta
parent 0525fd5a49
commit 0e0258b66c
1 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ function farm_entity_fields_asset_base_fields() {
'type' => 'text_long',
'label' => t('Notes'),
'weight' => [
'form' => 0,
'form' => 95,
'view' => 10,
],
],
@ -87,7 +87,7 @@ function farm_entity_fields_log_base_fields() {
'type' => 'text_long',
'label' => t('Notes'),
'weight' => [
'form' => 0,
'form' => 95,
'view' => 10,
],
],
@ -133,7 +133,7 @@ function farm_entity_fields_plan_base_fields() {
'type' => 'text_long',
'label' => t('Notes'),
'weight' => [
'form' => 0,
'form' => 95,
'view' => 10,
],
],