postcode weight

This commit is contained in:
Naomi 2018-10-25 14:55:25 +01:00
parent fdd07ea104
commit 7c30d9d02e
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ class OCActor extends RevisionableContentEntityBase implements OCActorInterface
->setDisplayOptions('view', array(
'label' => 'above',
'type' => 'string',
'weight' => 1-1,
'weight' => -1,
))
->setDisplayOptions('form', array(
'type' => 'string_textfield',