styling
This commit is contained in:
@ -196,7 +196,7 @@ class Activity extends ContentEntityBase implements ActivityInterface {
|
||||
])
|
||||
->setDefaultValue('')
|
||||
->setDisplayOptions('view', [
|
||||
'label' => 'above',
|
||||
'label' => 'hidden',
|
||||
'type' => 'string',
|
||||
'weight' => -4,
|
||||
])
|
||||
|
@ -17,6 +17,6 @@
|
||||
#}
|
||||
<div{{ attributes.addClass('case_entity') }}>
|
||||
{% if content %}
|
||||
<div id = '#zencrm_case'>{{- content -}}</div>
|
||||
<div class = 'zencrm_case_details'>{{- content -}}</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user