Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 25952f1

Browse files
committed
Property Type manifest name correction
1 parent 96ea3d4 commit 25952f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/packages/core/property-type/workspace/manifests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const manifests: Array<ManifestTypes> = [
66
{
77
type: 'workspace',
88
kind: 'routable',
9-
name: 'Block Workspace',
9+
name: 'Property Type Workspace',
1010
alias: UMB_PROPERTY_TYPE_WORKSPACE_ALIAS,
1111
api: () => import('./property-type-workspace.context.js'),
1212
meta: {
@@ -16,7 +16,7 @@ export const manifests: Array<ManifestTypes> = [
1616
{
1717
type: 'workspaceView',
1818
alias: 'Umb.WorkspaceView.PropertyType.Settings',
19-
name: 'Block Workspace Content View',
19+
name: 'Property Type Settings Workspace View',
2020
js: () => import('./views/settings/property-workspace-view-settings.element.js'),
2121
weight: 1000,
2222
meta: {

0 commit comments

Comments
 (0)