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:
committed by
GitHub
parent
6a7360aded
commit
2f02bee421
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user