Add missing fallback texts
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user