Add missing fallback texts

This commit is contained in:
BatJan
2021-11-12 09:40:33 +01:00
committed by Michael Latouche
parent 819bc21daa
commit 2f13bbfc52

View File

@@ -2,13 +2,13 @@
<umb-box-content>
<div class="sub-view-columns">
<div class="sub-view-column-left">
<h5><localize key="contentTypeEditor_enableListViewHeading"></localize></h5>
<small><localize key="contentTypeEditor_enableListViewDescription"></localize></small>
<h5><localize key="contentTypeEditor_enableListViewHeading">Enable list view</localize></h5>
<small><localize key="contentTypeEditor_enableListViewDescription">Configures the content item to show a sortable and searchable list of its children, the children will not be shown in the tree</localize></small>
</div>
<div class="sub-view-column-right">
<umb-list-view-settings
enable-list-view="model.isContainer"
model-alias="model.alias"
<umb-list-view-settings
enable-list-view="model.isContainer"
model-alias="model.alias"
list-view-name="model.listViewEditorName"
content-type="documentType">
</umb-list-view-settings>