Added localization key for "Presentation"

This commit is contained in:
leekelleher
2024-02-29 10:03:43 +00:00
parent 6bfb7ac26d
commit 3f7a4da1b0
4 changed files with 4 additions and 2 deletions

View File

@@ -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',

View File

@@ -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',

View File

@@ -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">

View File

@@ -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>