File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/bundle/Resources/views/themes/admin/ui Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33{% set content = content | default (null ) %}
44{% set show_extra_bottom_content = show_extra_bottom_content | default (false ) %}
55{% set is_user_content_type = content_type is defined and content_type .identifier in ibexa_admin_ui_config .userContentTypes %}
6- {% set emptyTitlePlaceholder = ' content.title.empty_title_placeholder' | trans| desc(' [Untitled]' ) %}
6+ {% set empty_title_placeholder = ' content.title.empty_title_placeholder' | trans| desc(' [Untitled]' ) %}
77
88<div class =" ibexa-edit-header {{ show_extra_bottom_content ? ' ibexa-edit-header--has-extra-content' }}" >
99 <div class =" ibexa-edit-header__containers" >
3939 </div >
4040 <div class =" ibexa-edit-header__container ibexa-edit-header__container--details" >
4141 <div class =" ibexa-edit-header__title-section" >
42- <h1 class =" ibexa-edit-header__title" >{{ title | default (emptyTitlePlaceholder ) }}</h1 >
42+ <h1 class =" ibexa-edit-header__title" >{{ title | default (empty_title_placeholder ) }}</h1 >
4343 <div class =" ibexa-edit-header__after-title" >
4444 {% block after_title %}{% endblock %}
4545 </div >
You can’t perform that action at this time.
0 commit comments