File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2626 <target state =" new" >Content published.</target >
2727 <note >key: content.published.success</note >
2828 </trans-unit >
29+ <trans-unit id =" 3f953d15b951d613c3b973522fbbf48ddd314489" resname =" content.title.empty_title_placeholder" >
30+ <source >[Untitled]</source >
31+ <target state =" new" >[Untitled]</target >
32+ <note >key: content.title.empty_title_placeholder</note >
33+ </trans-unit >
2934 <trans-unit id =" f34946beab1da2af6535a8e4a88145e9557de0aa" resname =" editing" >
3035 <source >Editing</source >
3136 <target state =" new" >Editing</target >
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]' ) %}
67
78<div class =" ibexa-edit-header {{ show_extra_bottom_content ? ' ibexa-edit-header--has-extra-content' }}" >
89 <div class =" ibexa-edit-header__containers" >
3839 </div >
3940 <div class =" ibexa-edit-header__container ibexa-edit-header__container--details" >
4041 <div class =" ibexa-edit-header__title-section" >
41- <h1 class =" ibexa-edit-header__title" >{{ title }}</h1 >
42+ <h1 class =" ibexa-edit-header__title" >{{ title | default ( emptyTitlePlaceholder ) }}</h1 >
4243 <div class =" ibexa-edit-header__after-title" >
4344 {% block after_title %}{% endblock %}
4445 </div >
You can’t perform that action at this time.
0 commit comments