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

View File

@ -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,
]);

View File

@ -17,6 +17,6 @@
#}
<div{{ attributes.addClass('case_entity') }}>
{% if content %}
{{- content -}}
<div id = '#zencrm_case'>{{- content -}}</div>
{% endif %}
</div>