3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Move the quantity label to the bottom of the form.

This commit is contained in:
paul121 2021-02-22 11:37:24 -08:00 committed by Michael Stenta
parent b8f8a7402f
commit b7caa132c7

View file

@ -217,11 +217,11 @@ class Quantity extends RevisionableContentEntityBase implements QuantityInterfac
->setDisplayOptions('view', [
'label' => 'hidden',
'type' => 'string',
'weight' => 3,
'weight' => 10,
])
->setDisplayOptions('form', [
'type' => 'string_textfield',
'weight' => 3,
'weight' => 10,
])
->setDisplayConfigurable('form', FALSE)
->setDisplayConfigurable('view', FALSE);