File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/bundle/Resources/views/themes/admin/ui Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
{% trans_default_domain ' ibexa_content_edit' %}
2
+
3
+ {% set content = content | default (null ) %}
2
4
{% set show_extra_bottom_content = show_extra_bottom_content | default (false ) %}
5
+ {% set is_user_content_type = content_type is defined and content_type .identifier in ibexa_admin_ui_config .userContentTypes %}
3
6
4
7
<div class =" ibexa-edit-header {{ show_extra_bottom_content ? ' ibexa-edit-header--has-extra-content' }}" >
5
8
<div class =" ibexa-edit-header__container" >
52
55
<div class =" ibexa-edit-header__subtitle" >{{ subtitle }}</div >
53
56
{% endif %}
54
57
55
- {% if content is defined and content is not null %}
58
+ {% if content is not null and not is_user_content_type %}
56
59
<div class =" ibexa-edit-header__meta" >
57
60
<div class =" ibexa-edit-header__meta-item" >
58
61
<svg class =" ibexa-icon ibexa-icon--tiny-small" >
You can’t perform that action at this time.
0 commit comments