This commit is contained in:
naomi
2018-04-15 12:44:07 +02:00
parent feaaa6cbb8
commit fae90205a4
6 changed files with 62 additions and 15 deletions

@ -225,7 +225,7 @@ class CaseEntity extends ContentEntityBase implements CaseEntityInterface {
->setLabel(t('Created'))
->setDescription(t('The time that the entity was created.'))
->setDisplayOptions('view', [
'label' => 'inline',
'label' => 'above',
'type' => 'string',
'weight' => 0,
]);