Sets the default name for the content listview workspace name to 'Child items' instead or 'Collection' (#20907)

Sets the default name for thecontent listview workspace name to 'Child items' instead of 'Collection' (Fixes #20860)
This commit is contained in:
netaddicts-council
2025-11-20 16:03:25 +01:00
committed by GitHub
parent 6a7360aded
commit 2f02bee421

View File

@@ -28,7 +28,7 @@ export const manifests: Array<UmbExtensionManifest | UmbExtensionManifestKind> =
name: 'Content Workspace Collection View',
weight: 1000,
meta: {
label: 'Collection',
label: 'Child items',
pathname: 'collection',
icon: 'icon-grid',
},