Added localization key for "Presentation"
This commit is contained in:
@@ -1659,6 +1659,7 @@ export default {
|
||||
collectionsDescription:
|
||||
'Konfigurerer indholdselementet til at vise listen over dets underordnede elementer, underordnede elementer vil ikke blive vist i træet.',
|
||||
structure: 'Struktur',
|
||||
presentation: 'Præsentation',
|
||||
},
|
||||
languages: {
|
||||
addLanguage: 'Tilføj sprog',
|
||||
|
||||
@@ -1655,6 +1655,7 @@ export default {
|
||||
collectionsDescription:
|
||||
'Configures the content item to show list of its children, the children will not be shown in the tree.',
|
||||
structure: 'Structure',
|
||||
presentation: 'Presentation',
|
||||
},
|
||||
languages: {
|
||||
addLanguage: 'Add language',
|
||||
|
||||
@@ -96,7 +96,7 @@ export class UmbDocumentTypeWorkspaceViewStructureElement extends UmbLitElement
|
||||
</div>
|
||||
</umb-property-layout>
|
||||
</uui-box>
|
||||
<uui-box headline="Presentation">
|
||||
<uui-box headline=${this.localize.term('contentTypeEditor_presentation')}>
|
||||
<umb-property-layout alias="collection" label="${this.localize.term('contentTypeEditor_collections')}">
|
||||
<div slot="description">${this.localize.term('contentTypeEditor_collectionsDescription')}</div>
|
||||
<div slot="editor">
|
||||
|
||||
@@ -73,7 +73,7 @@ export class UmbMediaTypeWorkspaceViewStructureElement extends UmbLitElement imp
|
||||
</div>
|
||||
</umb-property-layout>
|
||||
</uui-box>
|
||||
<uui-box headline="Presentation">
|
||||
<uui-box headline=${this.localize.term('contentTypeEditor_presentation')}>
|
||||
<umb-property-layout alias="Root" label="Collection view">
|
||||
<div slot="description">Provides an overview of child content and hides it in the tree.</div>
|
||||
<div slot="editor"><uui-toggle label="Display children in a Collection view"></uui-toggle></div>
|
||||
|
||||
Reference in New Issue
Block a user